From c52c4a00a28ce89562b00e77ba66f32393b079a3 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Sat, 5 Jan 2019 13:58:00 +0100 Subject: doc: add neovim-qt configuration --- doc/languages-frameworks/vim.section.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/languages-frameworks') diff --git a/doc/languages-frameworks/vim.section.md b/doc/languages-frameworks/vim.section.md index 6ed60028ae20..e4c486a0e52e 100644 --- a/doc/languages-frameworks/vim.section.md +++ b/doc/languages-frameworks/vim.section.md @@ -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: -- cgit 1.4.1