aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/general.plug
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-08-01 23:51:46 +0800
committergxlin <[email protected]>2021-08-01 23:51:46 +0800
commitdd7e28d3a92f901b8a1853cdd70656aa09bb4540 (patch)
tree2b7cb31608aa4d6015c70eda0fd3d4ac15d92ca0 /.vim/plugin/general.plug
parent7d84531e60d5fdddf16b1c4d61332075127ce1c8 (diff)
downloaddotfiles-dd7e28d3a92f901b8a1853cdd70656aa09bb4540.tar.gz
dotfiles-dd7e28d3a92f901b8a1853cdd70656aa09bb4540.tar.bz2
dotfiles-dd7e28d3a92f901b8a1853cdd70656aa09bb4540.zip
Modify vim config
Diffstat (limited to '.vim/plugin/general.plug')
-rw-r--r--.vim/plugin/general.plug15
1 files changed, 0 insertions, 15 deletions
diff --git a/.vim/plugin/general.plug b/.vim/plugin/general.plug
deleted file mode 100644
index 5f690d8..0000000
--- a/.vim/plugin/general.plug
+++ /dev/null
@@ -1,15 +0,0 @@
-" vim: ft=vim
-
-Plug 'Valloric/YouCompleteMe', {
- \ 'do': 'python3 ./install.py --clangd-completer',
- \ }
-Plug 'prabirshrestha/vim-lsp'
-Plug 'mattn/vim-lsp-settings'
-
-Plug 'dense-analysis/ale'
-Plug 'sheerun/vim-polyglot'
-Plug 'Yggdroot/LeaderF', {'do': ':LeaderfInstallCExtension'}
-Plug 'tpope/vim-eunuch'
-
-let g:ycm_language_server = []
-let g:Lf_RootMarkers = []