Plugin deoplete cassé

This commit is contained in:
nyanloutre 2018-10-23 11:36:43 +02:00
parent 5035e6d3e9
commit 48cb9ae6b2
1 changed files with 0 additions and 2 deletions

View File

@ -9,13 +9,11 @@ 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 = [ ];
}; };