i hate this
This commit is contained in:
parent
5ea5a27aad
commit
28ee4ba605
@ -10,7 +10,6 @@ customPlugins: self: super: {
|
|||||||
"vimwiki"
|
"vimwiki"
|
||||||
"slimv"
|
"slimv"
|
||||||
"vim-racket"
|
"vim-racket"
|
||||||
"idris2"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
customRC = ''
|
customRC = ''
|
||||||
@ -25,7 +24,6 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user