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.plug9
1 files changed, 9 insertions, 0 deletions
diff --git a/.vim/plugins/general.plug b/.vim/plugins/general.plug
new file mode 100644
index 0000000..fd57452
--- /dev/null
+++ b/.vim/plugins/general.plug
@@ -0,0 +1,9 @@
+Plug 'Yggdroot/LeaderF', {'do': ':LeaderfInstallCExtension'}
+Plug 'Valloric/YouCompleteMe', {
+ \ 'do': 'python3 ./install.py --clangd-completer',
+ \ 'for': ['python', 'cpp', 'go', 'gdscript']
+ \ }
+Plug 'dense-analysis/ale'
+
+let g:ycm_language_server = []
+let g:Lf_RootMarkers = []