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