Slime-live ft detect

This commit is contained in:
Daniel Flanagan 2021-02-05 14:00:28 -06:00
parent 44d5045060
commit bb83db32db
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -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()