mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
opal
This commit is contained in:
parent
634f989e32
commit
c816befe75
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
|
@ -118,6 +118,7 @@ autocmd FileType eruby set softtabstop=2 shiftwidth=2
|
||||||
autocmd FileType coffee set softtabstop=4 shiftwidth=4
|
autocmd FileType coffee set softtabstop=4 shiftwidth=4
|
||||||
au BufRead,BufNewFile Guardfile setfiletype ruby
|
au BufRead,BufNewFile Guardfile setfiletype ruby
|
||||||
au BufRead,BufNewFile *.skim setfiletype slim
|
au BufRead,BufNewFile *.skim setfiletype slim
|
||||||
|
au BufRead,BufNewFile *.opal setfiletype ruby
|
||||||
let g:syntastic_ruby_checkers = ['mri', 'rubocop']
|
let g:syntastic_ruby_checkers = ['mri', 'rubocop']
|
||||||
|
|
||||||
if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}'
|
if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue