Use vim-lsp instead of ale

This commit is contained in:
2021-10-23 15:22:14 +02:00
parent 94788c1147
commit e8d534843d
7 changed files with 59 additions and 22 deletions

View File

@@ -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'