vimrc(plug): add vim-clang-format
This commit is contained in:
parent
3ecd434e39
commit
753fe58eff
@ -86,6 +86,7 @@ Plug 'deoplete-plugins/deoplete-jedi', { 'for': ['python'] }
|
||||
Plug 'prabirshrestha/async.vim'
|
||||
Plug 'prabirshrestha/vim-lsp'
|
||||
Plug 'rhysd/vim-lsp-ale'
|
||||
Plug 'rhysd/vim-clang-format', { 'for': ['cpp', 'c', 'cmake', 'java', 'proto'] }
|
||||
|
||||
Plug 'dense-analysis/ale'
|
||||
Plug 'OmniSharp/omnisharp-vim', { 'for': ['cs', 'csh'] }
|
||||
|
Loading…
Reference in New Issue
Block a user