aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/general.plug
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-07-15 21:28:06 +0800
committergxlin <[email protected]>2021-07-15 21:28:06 +0800
commitd4e1469e4b0c5aaf5c23be555e8b224f9254d781 (patch)
treee68a0e5dd44ee43efc2d70c081f41ae3237a78c1 /.vim/plugins/general.plug
parent36f249e1a7250e24f0c415b5bc53ba1b2f5806d4 (diff)
downloaddotfiles-d4e1469e4b0c5aaf5c23be555e8b224f9254d781.tar.gz
dotfiles-d4e1469e4b0c5aaf5c23be555e8b224f9254d781.tar.bz2
dotfiles-d4e1469e4b0c5aaf5c23be555e8b224f9254d781.zip
A usable boostrap config
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 = []