diff options
Diffstat (limited to '.vim/plugins/general.plug')
-rw-r--r-- | .vim/plugins/general.plug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/plugins/general.plug b/.vim/plugins/general.plug index fd57452..4bbc709 100644 --- a/.vim/plugins/general.plug +++ b/.vim/plugins/general.plug @@ -4,6 +4,7 @@ Plug 'Valloric/YouCompleteMe', { \ 'for': ['python', 'cpp', 'go', 'gdscript'] \ } Plug 'dense-analysis/ale' +Plug 'sheerun/vim-polyglot' let g:ycm_language_server = [] let g:Lf_RootMarkers = [] |