aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/general.plug
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugins/general.plug')
-rw-r--r--.vim/plugins/general.plug10
1 files changed, 0 insertions, 10 deletions
diff --git a/.vim/plugins/general.plug b/.vim/plugins/general.plug
deleted file mode 100644
index 4bbc709..0000000
--- a/.vim/plugins/general.plug
+++ /dev/null
@@ -1,10 +0,0 @@
-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'
-
-let g:ycm_language_server = []
-let g:Lf_RootMarkers = []