Add plugins for clojure/website, remove nerdtree
Nerdtree apparently conflicts with vinegar?
This commit is contained in:
parent
2b7f1f5e8f
commit
ddcd11125a
1 changed files with 5 additions and 1 deletions
|
|
@ -32,13 +32,14 @@
|
|||
Plug 'axvr/zepl.vim'
|
||||
" Plug 'kovisoft/slimv'
|
||||
Plug 'tpope/vim-vinegar'
|
||||
Plug 'preservim/nerdtree'
|
||||
" Plug 'preservim/nerdtree'
|
||||
Plug 'vimwiki/vimwiki'
|
||||
Plug 'simnalamburt/vim-mundo'
|
||||
Plug 'tpope/vim-dadbod'
|
||||
Plug 'junegunn/gv.vim'
|
||||
Plug 'rbong/vim-flog'
|
||||
Plug 'tpope/vim-unimpaired'
|
||||
Plug 'junegunn/goyo.vim'
|
||||
" Clojure
|
||||
Plug 'guns/vim-clojure-static' " syntax
|
||||
Plug 'tpope/vim-fireplace'
|
||||
|
|
@ -49,6 +50,9 @@
|
|||
Plug 'mattn/emmet-vim'
|
||||
" Plug 'tpope/vim-salve'
|
||||
Plug 'chrisbra/colorizer'
|
||||
" Plug 'ycm-core/YouCompleteMe'
|
||||
Plug 'vim-pandoc/vim-pandoc'
|
||||
Plug 'vim-pandoc/vim-pandoc-syntax'
|
||||
" cljfold
|
||||
|
||||
" Todo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue