Use vim-lsp instead of ale
This commit is contained in:
4
plug.vim
4
plug.vim
@@ -15,6 +15,7 @@ Plug 'bling/vim-bufferline'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
Plug 'lighttiger2505/deoplete-vim-lsp'
|
||||
Plug 'machakann/vim-highlightedyank'
|
||||
|
||||
" Use rainbow parenthesis and automatic closing parens
|
||||
@@ -22,7 +23,8 @@ Plug 'luochen1990/rainbow'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
|
||||
" Linting plugin for multiple languages
|
||||
Plug 'dense-analysis/ale'
|
||||
Plug 'prabirshrestha/vim-lsp'
|
||||
Plug 'mattn/vim-lsp-settings'
|
||||
|
||||
" Language support for LaTeX
|
||||
Plug 'vim-latex/vim-latex'
|
||||
|
||||
Reference in New Issue
Block a user