Browse Source

now?

main
Thorn Avery 3 years ago
parent
commit
ef36103a59
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      overlay.nix

+ 1
- 1
overlay.nix 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
'';
};
};


Loading…
Cancel
Save