diff --git a/pkgs/neovim/default.nix b/pkgs/neovim/default.nix index ca6acfe913724be4852ff0a2a600cad2ce4d667f..dadba64a42a6ec0a6ae575a019500f733071473f 100644 --- a/pkgs/neovim/default.nix +++ b/pkgs/neovim/default.nix @@ -56,6 +56,9 @@ pkgs.neovim.override { " Configure completion: First <tab> completes to the longest common string and also opens the completion menu, following <Tab>s complete the next matches. set wildmode=longest:full,full + " Don't show mode in command line (command line is used by echodoc.vim instead while mode is shown in status bar) + set noshowmode + " Disable preview *window* on completion set completeopt-=preview