Update README.md
This commit is contained in:
parent
42b6bdcd64
commit
22e24318c9
17
README.md
17
README.md
@ -29,19 +29,14 @@ Or to some custom path:
|
|||||||
make PREFIX=/some/custom/path install
|
make PREFIX=/some/custom/path install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Ubuntu snap package
|
## archlinux
|
||||||
Not usable for now due to some limitation!
|
AUR package for neovim-gtk https://aur.archlinux.org/packages/neovim-gtk-git
|
||||||
|
```shell
|
||||||
This package also includes neovim, so neovim not needed and if present in system - not used. Install command:
|
git clone https://aur.archlinux.org/neovim-gtk-git.git
|
||||||
|
cd neovim-gtk-git
|
||||||
|
makepkg -si
|
||||||
```
|
```
|
||||||
sudo snap install nvim-gtk --channel=candidate
|
|
||||||
```
|
|
||||||
There is some limitation for package: only `/home` directory available for editing and '~' is mapped to snap home directory.
|
|
||||||
Config files must be placed in `~/snap/nvim-gtk/common/config/nvim/[g]init.vim` directory
|
|
||||||
|
|
||||||
Run command: `nvim-gtk <file_name>` or from dash: `NeovimGtk`.
|
|
||||||
|
|
||||||
To run neovim provided by snap package execute: `nvim-gtk.neovim`.
|
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
## Linux
|
## Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user