better racket config
This commit is contained in:
parent
c8aeb7fc31
commit
c7b4423732
17
overlay.nix
17
overlay.nix
@ -7,15 +7,9 @@ customPlugins: self: super: {
|
||||
knownPlugins = super.vimPlugins // (customPlugins super);
|
||||
pluginNames = [
|
||||
"vim-racket"
|
||||
"haskell-vim"
|
||||
"rainbow-vim"
|
||||
"vimwiki"
|
||||
"vim-sexp-mappings-for-regular-people"
|
||||
"vim-sexp"
|
||||
"vim-surround"
|
||||
"vim-repeat"
|
||||
"slimv"
|
||||
"idris-vim"
|
||||
];
|
||||
};
|
||||
customRC = ''
|
||||
@ -43,17 +37,6 @@ customPlugins: self: super: {
|
||||
set backspace=eol,indent,start
|
||||
set tabstop=2 softtabstop=2 expandtab shiftwidth=2 smarttab
|
||||
|
||||
autocmd BufNewFile,BufRead *.rkt set filetype=scheme
|
||||
autocmd FileType scheme :packadd vim-sexp
|
||||
autocmd FileType scheme :packadd vim-sexp-for-regular-people
|
||||
autocmd FileType scheme :packadd vim-surround
|
||||
autocmd FileType scheme :packadd vim-repeat
|
||||
autocmd FileType scheme :packadd slimv
|
||||
autocmd FileType scheme :packadd vim-racket
|
||||
|
||||
autocmd BufNewFile,BufRead *.hoon set filetype=hoon
|
||||
autocmd FileType hoon :packadd hoon-vim
|
||||
|
||||
let g:rainbow_active = 1
|
||||
let g:rainbow_ctermfgs = [ 'lightblue', 'lightgreen', 'yellow', 'red', 'magenta']
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user