Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
configuration
vim
Commits
be37621b
Commit
be37621b
authored
Apr 12, 2017
by
Adrien Oliva
Browse files
Add syntastic plugin
parent
c94cf64c
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
be37621b
...
...
@@ -43,3 +43,6 @@
[submodule "pack/yapbreak/start/grep"]
path = pack/yapbreak/start/grep
url = https://github.com/yegappan/grep.git
[submodule "pack/yapbreak/start/syntastic"]
path = pack/yapbreak/start/syntastic
url = https://github.com/vim-syntastic/syntastic.git
config/97-syntastic.vim
0 → 100644
View file @
be37621b
set
statusline
+=
%#warningmsg#
set
statusline
+=
%
{
SyntasticStatuslineFlag
()}
set
statusline
+=
%*
let
g:syntastic_always_populate_loc_list
=
1
let
g:syntastic_auto_loc_list
=
1
let
g:syntastic_check_on_open
=
1
let
g:syntastic_check_on_wq
=
0
let
g:syntastic_enable_perl_checker
=
1
syntastic
@
5d9a0bc3
Subproject commit 5d9a0bc3877aea992292eeb6f318f4321fdef632
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment