1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:30:05 +08:00

Racket needs rainbow_parentheses too (#2885)

This commit is contained in:
Pavel Yakovlev 2019-06-15 05:44:29 +03:00 committed by Wang Shidong
parent 3f5385a356
commit db8ff339c9

View File

@ -59,7 +59,7 @@ function! SpaceVim#layers#tools#config() abort
nnoremap <silent> <F7> :MundoToggle<CR>
augroup rainbow_lisp
autocmd!
autocmd FileType lisp,clojure,scheme,java RainbowParentheses
autocmd FileType lisp,clojure,scheme,racket,java RainbowParentheses
autocmd FileType vimcalc setlocal nonu nornu nofoldenable | inoremap <silent> <buffer> <c-d> <c-[>:q<cr>
\ | nnoremap <silent> <buffer> q :bdelete<cr>
augroup END