Update README.md

This commit is contained in:
daa84 2017-05-13 22:35:39 +03:00 committed by GitHub
parent e57f0cc997
commit 07991e4586
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ GTK ui for neovim written in rust using gtk-rs bindings.
# Screenshot # Screenshot
![Main Window](/screenshots/neovimgtk-screen.png?raw=true) ![Main Window](/screenshots/neovimgtk-screen.png?raw=true)
For more screenshots and description of basic usage see [wiki](https://github.com/daa84/neovim-gtk/wiki/GUI)
# Font settings # Font settings
By default gnome settings are used: By default gnome settings are used:
@ -25,6 +26,8 @@ cargo run -- --enable-external-popup
``` ```
# Install # Install
## Ubuntu snap package ## Ubuntu snap package
Not usable for now due to some limitation!
This package also includes neovim, so neovim not needed and if present in system - not used. Install command: This package also includes neovim, so neovim not needed and if present in system - not used. Install command:
``` ```
sudo snap install nvim-gtk --channel=candidate sudo snap install nvim-gtk --channel=candidate