Put deoplete in global config
This commit is contained in:
parent
ef53da0380
commit
664af405d0
3 changed files with 3 additions and 6 deletions
|
@ -126,6 +126,8 @@ in
|
|||
"" Plugin configuration
|
||||
let g:ale_fixers = { '*': ['remove_trailing_lines', 'trim_whitespace'] }
|
||||
let g:ale_fix_on_save = 1
|
||||
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
'';
|
||||
vam.knownPlugins = pkgs.vimPlugins // customPlugins;
|
||||
vam.pluginDictionaries = [
|
||||
|
@ -133,6 +135,7 @@ in
|
|||
names = [
|
||||
"ale"
|
||||
"auto-pairs"
|
||||
"deoplete-nvim"
|
||||
"editorconfig-vim"
|
||||
"snow-color-theme"
|
||||
"vim-nix"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue