[nvim] Add syntax/ftdetect for dream files

This commit is contained in:
Alyxia Sother 2022-01-30 01:18:46 +01:00
parent 4386c8c677
commit 2be37d4c4b
No known key found for this signature in database
GPG key ID: 355968D14144B739
2 changed files with 12 additions and 0 deletions

View file

@ -4,4 +4,6 @@ endfunction
augroup dotfilesftdetect
autocmd BufWritePost PKGBUILD :call s:genSrcInfo()
autocmd BufNewFile,BufRead *.dream setf dream
augroup END