blob: cfee6d7bcbb6db41b88d07a09b2270a31e1d3ea8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# neovim-gnome-terminal-wrapper

Wraps the neovim binary in a separate gnome-terminal session, making it
possible to use it as a regular application (it is tracked correctly by the DE,
it can be associated to filetypes, etc.)
## Requisites
* neovim
* gnome-terminal
* python-dbus
## Setup
On Arch, install `neovim-gnome-terminal-wrapper` from the AUR.
Manually:
~~~
cp nvim-wrapper /usr/bin/nvim-wrapper
cp neovim.desktop /usr/share/applications/neovim.desktop
cp neovim.svg /usr/share/icons/neovim.svg
~~~
|