Browse Source

Added ale linter plugin for vim.

master
Daniel Sissom 5 years ago
parent
commit
539594ab8e
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 1 additions and 0 deletions
  1. + 1
    - 0
      vim/vimrc

+ 1
- 0
vim/vimrc

@ -136,6 +136,7 @@ Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'ycm-core/YouCompleteMe', { 'do': function('BuildYCM'), 'on': [] }
Plug 'lervag/vimtex'
Plug 'tpope/vim-surround'
Plug 'dense-analysis/ale'
call plug#end()

Loading…
Cancel
Save