neovim: prepare deoplete

This commit is contained in:
steveej 2016-07-08 15:11:44 -07:00
parent af9e582616
commit 1dfcfbc592

View file

@ -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;
})
];
}