1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Disable some plugins

This commit is contained in:
Valentin Brandl 2019-08-12 18:07:12 +02:00
parent 2d356448a9
commit c9ff5ad75a
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -146,7 +146,7 @@ let g:licenses_authors_name='Brandl, Valentin <mail@vbrandl.net>'
Plug 'neovimhaskell/haskell-vim'
" elm support
Plug 'elmcast/elm-vim'
" Plug 'elmcast/elm-vim'
" clojure support
Plug 'tpope/vim-fireplace'
@ -155,10 +155,10 @@ Plug 'tpope/vim-fireplace'
Plug 'frigoeu/psc-ide-vim'
" racket
Plug 'wlangstroth/vim-racket'
Plug 'luochen1990/rainbow'
let g:rainbow_active = 1
Plug 'vim-scripts/scribble.vim'
" 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'] }