vim: change mappings and remove YCM

This commit is contained in:
steveej 2018-01-26 12:41:33 +01:00
parent eccec234c0
commit 59862639ac
2 changed files with 10 additions and 2 deletions

View file

@ -24,7 +24,7 @@ pkgs.vim_configurable.customize {
"vim-colorschemes"
"vim-colorstepper"
"vim-signify"
"youcompleteme"
# "youcompleteme"
] ++ additionalPlugins;
}];
}