mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
Disable some plugins
This commit is contained in:
parent
2d356448a9
commit
c9ff5ad75a
@ -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'] }
|
||||
|
Loading…
Reference in New Issue
Block a user