aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/general.plug
blob: 453acba20e2294e493ee6860a0d18c707e7b8e18 (plain)
1
2
3
4
5
6
7
8
9
Plug 'Yggdroot/LeaderF', {'do': ':LeaderfInstallCExtension'}
Plug 'Valloric/YouCompleteMe', {
            \ 'do': 'python3 ./install.py --clangd-completer',
            \ }
Plug 'dense-analysis/ale'
Plug 'sheerun/vim-polyglot'

let g:ycm_language_server = []
let g:Lf_RootMarkers = []