1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Add syntastic support for VimL

This commit is contained in:
Bert Peters
2015-01-04 15:09:34 +01:00
parent 49d6b294c3
commit add9af6025
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -16,3 +16,9 @@
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "vim-vimlint"]
path = bundle/vim-vimlint
url = https://github.com/syngan/vim-vimlint
[submodule "bundle/vim-vimlparser"]
path = bundle/vim-vimlparser
url = https://github.com/ynkdir/vim-vimlparser

1
bundle/vim-vimlint Submodule

Submodule bundle/vim-vimlint added at d02923936f

1
bundle/vim-vimlparser Submodule

Submodule bundle/vim-vimlparser added at c0e81771d9