mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-23 00:13:49 +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'
|
Plug 'neovimhaskell/haskell-vim'
|
||||||
|
|
||||||
" elm support
|
" elm support
|
||||||
Plug 'elmcast/elm-vim'
|
" Plug 'elmcast/elm-vim'
|
||||||
|
|
||||||
" clojure support
|
" clojure support
|
||||||
Plug 'tpope/vim-fireplace'
|
Plug 'tpope/vim-fireplace'
|
||||||
@ -155,10 +155,10 @@ Plug 'tpope/vim-fireplace'
|
|||||||
Plug 'frigoeu/psc-ide-vim'
|
Plug 'frigoeu/psc-ide-vim'
|
||||||
|
|
||||||
" racket
|
" racket
|
||||||
Plug 'wlangstroth/vim-racket'
|
" Plug 'wlangstroth/vim-racket'
|
||||||
Plug 'luochen1990/rainbow'
|
" Plug 'luochen1990/rainbow'
|
||||||
let g:rainbow_active = 1
|
" let g:rainbow_active = 1
|
||||||
Plug 'vim-scripts/scribble.vim'
|
" Plug 'vim-scripts/scribble.vim'
|
||||||
|
|
||||||
"" nerdtree file manager
|
"" nerdtree file manager
|
||||||
"Plug 'scrooloose/nerdtree', { 'on': ['NERDTreeToggle', 'NERDTreeFind'] }
|
"Plug 'scrooloose/nerdtree', { 'on': ['NERDTreeToggle', 'NERDTreeFind'] }
|
||||||
|
Loading…
Reference in New Issue
Block a user