mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
syntastic -> neomake
This commit is contained in:
parent
79d2aae7ef
commit
17a12c5bbb
2 changed files with 3 additions and 9 deletions
|
|
@ -25,7 +25,7 @@ Plug 'vim-airline/vim-airline'
|
|||
Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'scrooloose/nerdtree' , { 'on': 'NERDTreeToggle' }
|
||||
Plug 'ervandew/supertab' " completion
|
||||
Plug 'scrooloose/syntastic' " linter checks
|
||||
Plug 'neomake/neomake' " linter checks
|
||||
Plug 'milkypostman/vim-togglelist' " toggle quickfix and location lists
|
||||
|
||||
" Languages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue