This commit is contained in:
Thorn Avery 2021-04-09 13:23:33 +12:00
parent d8292c6d63
commit ef36103a59

View File

@ -19,7 +19,6 @@ customPlugins: self: super: {
filetype plugin on
filetype indent on
syntax on
if has("autocmd")
au BufReadPost *.rkt,*.rktl set filetype=racket
@ -47,6 +46,7 @@ customPlugins: self: super: {
let g:rainbow_ctermfgs = [ 'lightblue', 'lightgreen', 'yellow', 'red', 'magenta']
imap <C-L> λ
syntax on
'';
};
};