mirror of
https://github.com/amix/vimrc
synced 2025-07-03 22:25:32 +08:00
Removed syntastic and replaced it with ale
Read more here: https://github.com/w0rp/ale
This commit is contained in:
@ -16,6 +16,7 @@ from os import path
|
||||
|
||||
#--- Globals ----------------------------------------------
|
||||
PLUGINS = """
|
||||
ale https://github.com/w0rp/ale
|
||||
vim-yankstack https://github.com/maxbrunsfeld/vim-yankstack
|
||||
ack.vim https://github.com/mileszs/ack.vim
|
||||
bufexplorer https://github.com/corntrace/bufexplorer
|
||||
@ -42,7 +43,6 @@ vim-multiple-cursors https://github.com/terryma/vim-multiple-cursors
|
||||
vim-fugitive https://github.com/tpope/vim-fugitive
|
||||
goyo.vim https://github.com/junegunn/goyo.vim
|
||||
vim-zenroom2 https://github.com/amix/vim-zenroom2
|
||||
syntastic https://github.com/scrooloose/syntastic
|
||||
vim-repeat https://github.com/tpope/vim-repeat
|
||||
vim-commentary https://github.com/tpope/vim-commentary
|
||||
vim-go https://github.com/fatih/vim-go
|
||||
|
Reference in New Issue
Block a user