doc: add neovim-qt configuration

This commit is contained in:
Timo Kaufmann 2019-01-05 13:58:00 +01:00
parent ee9bc405b9
commit c52c4a00a2

View File

@ -46,6 +46,21 @@ neovim.override {
}
```
If you want to use `neovim-qt` as a graphical editor, you can configure it by overriding neovim in an overlay
or passing it an overridden neovimn:
```
neovim-qt.override {
neovim = neovim.override {
configure = {
customRC = ''
# your custom configuration
'';
};
};
}
```
## Managing plugins with Vim packages
To store you plugins in Vim packages (the native vim plugin manager, see `:help packages`) the following example can be used: