Browse Source

i hate this

main
Thorn Avery 2 years ago
parent
commit
28ee4ba605
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      overlay.nix

+ 0
- 2
overlay.nix View File

@@ -10,7 +10,6 @@ customPlugins: self: super: {
"vimwiki"
"slimv"
"vim-racket"
"idris2"
];
};
customRC = ''
@@ -25,7 +24,6 @@ customPlugins: self: super: {

if has("autocmd")
au BufReadPost *.rkt,*.rktl set filetype=racket
au BufReadPost *.lidr set filetype=idris
au filetype racket set lisp
au filetype racket set autoindent
endif


Loading…
Cancel
Save