Module deoplete neovim
This commit is contained in:
parent
3546351b7c
commit
dc12991f9e
@ -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 = [ ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user