Skip to content

Commit

Permalink
Vim: remove Syntastic plugin
Browse files Browse the repository at this point in the history
I'd like to try out Ale, a Vim plugin for syntax checking that works
asynchronously. It has been a good run with Syntastic, and perhaps I'll
return some day once it gets async support.

vim-syntastic/syntastic#699
  • Loading branch information
lencioni committed Feb 20, 2017
1 parent 2cbf354 commit bc4cffb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 55 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
[submodule ".vim/bundle/vim-multiple-cursors"]
path = .vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-vinegar"]
path = .vim/bundle/vim-vinegar
url = https://github.com/tpope/vim-vinegar.git
Expand Down
1 change: 0 additions & 1 deletion .vim/bundle/syntastic
Submodule syntastic deleted from 675f67
5 changes: 0 additions & 5 deletions .vim/plugin/statusline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ if has('statusline')

set statusline+=%= " split point for left and right groups

set statusline+=%#Error# " switch to Error highlight group
set statusline+=%{SyntasticStatuslineFlag()} " configured by syntastic_stl_format
set statusline+=%* " reset highlight group

set statusline+=\ " space
set statusline+=%{statusline#file_size()} " File size
set statusline+=\ " space
set statusline+=%1* " switch to User1 highlight group (italics)
Expand Down
46 changes: 0 additions & 46 deletions .vim/plugin/syntastic.vim

This file was deleted.

0 comments on commit bc4cffb

Please sign in to comment.