Slime-live ft detect
This commit is contained in:
parent
44d5045060
commit
bb83db32db
|
@ -227,6 +227,11 @@ function! StatusLine()
|
|||
" endtry
|
||||
endfunction
|
||||
|
||||
augroup slime
|
||||
au!
|
||||
autocmd BufNewFile,BufRead *.slimleex set syntax=slim
|
||||
augroup END
|
||||
|
||||
" set laststatus=0 showtabline tabline=%!StatusLine()
|
||||
set statusline=%!StatusLine()
|
||||
|
||||
|
|
Reference in a new issue