Module deoplete neovim
This commit is contained in:
parent
3546351b7c
commit
dc12991f9e
1 changed files with 2 additions and 0 deletions
|
@ -9,11 +9,13 @@ self: super:
|
|||
set softtabstop=2
|
||||
set expandtab
|
||||
set background=dark
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
'';
|
||||
packages.myVimPackage = with super.vimPlugins; {
|
||||
start = [
|
||||
vim-startify airline sensible
|
||||
polyglot ale fugitive
|
||||
deoplete-nvim
|
||||
];
|
||||
opt = [ ];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue