testing idris2 syntax

This commit is contained in:
Thorn Avery 2021-05-26 02:19:13 +00:00
parent 6fa5875023
commit 5ea5a27aad

View File

@ -25,6 +25,7 @@ customPlugins: self: super: {
if has("autocmd") if has("autocmd")
au BufReadPost *.rkt,*.rktl set filetype=racket au BufReadPost *.rkt,*.rktl set filetype=racket
au BufReadPost *.lidr set filetype=idris
au filetype racket set lisp au filetype racket set lisp
au filetype racket set autoindent au filetype racket set autoindent
endif endif