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
1 changed files with 5 additions and 0 deletions

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