1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Add racket plugin

This commit is contained in:
Valentin Brandl 2019-05-27 22:51:09 +02:00
parent 30caad3207
commit ef64bf15f1
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -152,6 +152,12 @@ Plug 'tpope/vim-fireplace'
" purescript
Plug 'frigoeu/psc-ide-vim'
" racket
Plug 'wlangstroth/vim-racket'
Plug 'luochen1990/rainbow'
let g:rainbow_active = 1
Plug 'vim-scripts/scribble.vim'
"" nerdtree file manager
"Plug 'scrooloose/nerdtree', { 'on': ['NERDTreeToggle', 'NERDTreeFind'] }
"Plug 'Xuyuanp/nerdtree-git-plugin', { 'on': ['NERDTreeToggle', 'NERDTreeFind'] }