fix(vim): formatting
This commit is contained in:
@@ -331,25 +331,25 @@ Plug 'ryanoasis/vim-devicons'
|
||||
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
|
||||
Plug 'mbbill/undotree'
|
||||
|
||||
" Plug 'prabirshrestha/vim-lsp'
|
||||
" Plug 'dense-analysis/ale'
|
||||
" Plug 'prabirshrestha/asyncomplete.vim'
|
||||
" Plug 'prabirshrestha/asyncomplete-lsp.vim'
|
||||
" Plug 'prabirshrestha/vim-lsp'
|
||||
" Plug 'dense-analysis/ale'
|
||||
" Plug 'prabirshrestha/asyncomplete.vim'
|
||||
" Plug 'prabirshrestha/asyncomplete-lsp.vim'
|
||||
|
||||
" Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
" Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
|
||||
" Plug 'https://github.com/yegappan/lsp'
|
||||
" Plug 'https://github.com/yegappan/lsp'
|
||||
|
||||
" Some notes:
|
||||
" * ALE doesn't support semantic highlighting
|
||||
" * vim-lsp doesn't support clangd switch to header/source or request document
|
||||
" highlight on cursor or request diagnostic float on cursor
|
||||
" * CoC flickers in C++/clangd when semanticTokens is enabled
|
||||
" * lsp slow loading new buffers
|
||||
" * YouCompleteMe ??? haven't tried but supports semantic highlighting
|
||||
"
|
||||
" To conclude, vim-lsp + asynccomplete + ALE seems to be the best stack.
|
||||
" Disabling LSP stuff for now.
|
||||
" Some notes:
|
||||
" * ALE doesn't support semantic highlighting
|
||||
" * vim-lsp doesn't support clangd switch to header/source or request document
|
||||
" highlight on cursor or request diagnostic float on cursor
|
||||
" * CoC flickers in C++/clangd when semanticTokens is enabled
|
||||
" * lsp slow loading new buffers
|
||||
" * YouCompleteMe ??? haven't tried but supports semantic highlighting
|
||||
"
|
||||
" To conclude, vim-lsp + asynccomplete + ALE seems to be the best stack.
|
||||
" Disabling LSP stuff for now.
|
||||
call plug#end()
|
||||
|
||||
" {{{2 Setup
|
||||
|
||||
Reference in New Issue
Block a user