Module deoplete neovim

This commit is contained in:
nyanloutre 2018-06-07 17:05:51 +02:00
parent 3546351b7c
commit dc12991f9e
1 changed files with 2 additions and 0 deletions

View File

@ -9,11 +9,13 @@ self: super:
set softtabstop=2 set softtabstop=2
set expandtab set expandtab
set background=dark set background=dark
let g:deoplete#enable_at_startup = 1
''; '';
packages.myVimPackage = with super.vimPlugins; { packages.myVimPackage = with super.vimPlugins; {
start = [ start = [
vim-startify airline sensible vim-startify airline sensible
polyglot ale fugitive polyglot ale fugitive
deoplete-nvim
]; ];
opt = [ ]; opt = [ ];
}; };