mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
lint js more
This commit is contained in:
parent
fd4656bf33
commit
a533dbef96
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
|
@ -74,6 +74,7 @@ au BufRead,BufNewFile Guardfile setfiletype ruby
|
|||
au BufRead,BufNewFile *.skim setfiletype slim
|
||||
au BufRead,BufNewFile *.opal setfiletype ruby
|
||||
let g:syntastic_ruby_checkers = ['mri', 'rubocop']
|
||||
let g:syntastic_javascript_checkers = ['eslint']
|
||||
let g:go_fmt_command = "goimports"
|
||||
|
||||
if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue