From ddcd11125ab7e48945f8203859c5c0a6fda7bb4f Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Mon, 27 Jul 2020 14:08:19 -0400 Subject: [PATCH] Add plugins for clojure/website, remove nerdtree Nerdtree apparently conflicts with vinegar? --- vim/_vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vim/_vimrc b/vim/_vimrc index e61fdc1..2e0ee33 100644 --- a/vim/_vimrc +++ b/vim/_vimrc @@ -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: