neovim: prepare deoplete
This commit is contained in:
parent
a4beb1072a
commit
c3c3ef46e9
1 changed files with 8 additions and 1 deletions
|
@ -187,10 +187,17 @@ in {
|
|||
au FileType go nmap <Leader>gdt <Plug>(go-def-tab)
|
||||
" }
|
||||
|
||||
" deoplete {
|
||||
" let g:deoplete#enable_at_startup = 1
|
||||
" let g:deoplete#enable_smart_case = 1
|
||||
" }
|
||||
'';
|
||||
|
||||
vam.knownPlugins = gitpkgs.vimPlugins; # optional
|
||||
vam.pluginDictionaries = [ # full ducomentation at github.com/MarcWeber/vim-addon-manager
|
||||
# "deoplete-nvim"
|
||||
# "deoplete-jedi"
|
||||
# "deoplete-go"
|
||||
"vim-addon-vim2nix"
|
||||
"youcompleteme"
|
||||
"vim-airline"
|
||||
|
@ -216,7 +223,7 @@ in {
|
|||
html5lib
|
||||
dbus
|
||||
] ++ pythonPkgs;
|
||||
withPython3 = false;
|
||||
withPython3 = true;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue