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"
|
||||
|
|
|
@ -16,8 +16,6 @@ in
|
|||
" Required for operations modifying multiple buffers like rename
|
||||
set hidden
|
||||
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
|
||||
let g:LanguageClient_serverCommands = {
|
||||
\ 'ruby': ['${solargraph}/bin/solargraph', 'stdio'],
|
||||
\ }
|
||||
|
@ -26,7 +24,6 @@ in
|
|||
vam.pluginDictionaries = (baseVimConfig.vam.pluginDictionaries or []) ++ [
|
||||
{
|
||||
names = [
|
||||
"deoplete-nvim"
|
||||
"LanguageClient-neovim"
|
||||
"vim-ruby"
|
||||
];
|
||||
|
|
|
@ -26,8 +26,6 @@ in
|
|||
" Required for operations modifying multiple buffers like rename
|
||||
set hidden
|
||||
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
|
||||
let g:LanguageClient_serverCommands = {
|
||||
\ 'ruby': ['${solargraph}/bin/solargraph', 'stdio'],
|
||||
\ 'javascript': ['${nodePackages.javascript-typescript-langserver}/bin/javascript-typescript-stdio'],
|
||||
|
@ -38,7 +36,6 @@ in
|
|||
vam.pluginDictionaries = (baseVimConfig.vam.pluginDictionaries or []) ++ [
|
||||
{
|
||||
names = [
|
||||
"deoplete-nvim"
|
||||
"LanguageClient-neovim"
|
||||
"vim-ruby"
|
||||
"yats-vim"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue