Implement external popup menu

As solution have some restrictions - it disabled by default
This commit is contained in:
daa84
2017-04-19 11:40:53 +03:00
parent b2ee054d6d
commit 1c4e43a26c
9 changed files with 415 additions and 105 deletions

View File

@@ -15,11 +15,14 @@ call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12')
```
# Command line
As this project uses gtk-rs, custom option by GtkApplication not supported yet.
There is workaround to pass nvim execution path.
* pass nvim custom execution path (by default used `nvim` command)
```
cargo run -- --nvim-bin-path=E:\Neovim\bin\nvim.exe
```
* enable external popup menu autocompletion menu (this function a bit limited, so disabled by default)
```
cargo run -- --enable-external-popup
```
# Build
## Linux