aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/general.plug
blob: 4bbc709ac3a721c199f11a18bf72616ebf0a3f6c (plain)
1
2
3
4
5
6
7
8
9
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 = []