Add jslint for warnings on saving javascript file
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -282,3 +282,6 @@
|
||||
path = vim/bundle/majutsushi-tagbar
|
||||
url = https://github.com/majutsushi/tagbar.git
|
||||
ignore=dirty
|
||||
[submodule "vim/bundle/joestelmach-javaScriptLint"]
|
||||
path = vim/bundle/joestelmach-javaScriptLint
|
||||
url = https://github.com/joestelmach/javaScriptLint.vim
|
||||
|
||||
1
vim/bundle/joestelmach-javaScriptLint
Submodule
1
vim/bundle/joestelmach-javaScriptLint
Submodule
Submodule vim/bundle/joestelmach-javaScriptLint added at f4999532c6
1
vim/plugin/settings/jslint.vim
Normal file
1
vim/plugin/settings/jslint.vim
Normal file
@@ -0,0 +1 @@
|
||||
let g:jslint_highlight_color=""
|
||||
Reference in New Issue
Block a user