aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/general.plug
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugin/general.plug')
-rw-r--r--.vim/plugin/general.plug1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/plugin/general.plug b/.vim/plugin/general.plug
index 4bbc709..453acba 100644
--- a/.vim/plugin/general.plug
+++ b/.vim/plugin/general.plug
@@ -1,7 +1,6 @@
Plug 'Yggdroot/LeaderF', {'do': ':LeaderfInstallCExtension'}
Plug 'Valloric/YouCompleteMe', {
\ 'do': 'python3 ./install.py --clangd-completer',
- \ 'for': ['python', 'cpp', 'go', 'gdscript']
\ }
Plug 'dense-analysis/ale'
Plug 'sheerun/vim-polyglot'