mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 07:37:36 +00:00
Better Syntastic support for AngularJS
This commit is contained in:
parent
ee2b6d678a
commit
b84dfa7a60
@ -353,8 +353,10 @@ let g:syntastic_html_tidy_ignore_errors = [
|
||||
\ 'proprietary attribute "ng-show"',
|
||||
\ 'proprietary attribute "ng-controller"',
|
||||
\ 'proprietary attribute "ng-repeat"',
|
||||
\ 'proprietary attribute "ng-app"'
|
||||
\ 'proprietary attribute "ng-app"',
|
||||
\ 'proprietary attribute "ng-click"'
|
||||
\ ]
|
||||
|
||||
" Command to display TODO tags in project
|
||||
command Todo Ag! TODO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user