[nvim] Add some LISP plugins

This commit is contained in:
Alyxia Sother 2022-02-14 23:20:46 +01:00
parent 3de19fbfcc
commit 64ca81d154
No known key found for this signature in database
GPG key ID: 355968D14144B739
3 changed files with 5 additions and 0 deletions

View file

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