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