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.plug10
1 files changed, 10 insertions, 0 deletions
diff --git a/.vim/plugin/general.plug b/.vim/plugin/general.plug
new file mode 100644
index 0000000..4bbc709
--- /dev/null
+++ b/.vim/plugin/general.plug
@@ -0,0 +1,10 @@
+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 = []