enable eslint in JS files, re-enable rspec for neomake tests
This commit is contained in:
parent
77249e4b9b
commit
65d2dd589d
2 changed files with 2 additions and 1 deletions
1
vim-files/vim/ftplugin/javascript.vim
Normal file
1
vim-files/vim/ftplugin/javascript.vim
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
let g:neomake_javascript_enabled_makers = ['eslint']
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
let g:neomake_ruby_enabled_makers = ['rubocop']
|
let g:neomake_ruby_enabled_makers = ['rubocop']
|
||||||
|
|
||||||
" Vim-Test
|
" Vim-Test
|
||||||
"let test#ruby#rspec#executable = 'bundle exec rspec'
|
let test#ruby#rspec#executable = 'bundle exec rspec'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue