From 04745d1ba82b5faff59b5747ca92a60b2083279e Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 30 Apr 2014 09:40:17 -0500 Subject: [PATCH] add marked, vinegar, remove to-github vim plugins --- vim/vim.symlink/plugins.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/vim.symlink/plugins.vim b/vim/vim.symlink/plugins.vim index bac9708..abf9212 100644 --- a/vim/vim.symlink/plugins.vim +++ b/vim/vim.symlink/plugins.vim @@ -23,7 +23,6 @@ Bundle 'ciaranm/detectindent' Bundle 'tpope/vim-fugitive' Bundle 'terryma/vim-multiple-cursors' Bundle 'tpope/vim-repeat' -Bundle 'tonchis/to-github-vim' Bundle 'garbas/vim-snipmate' Bundle 'mattn/emmet-vim' Bundle 'editorconfig/editorconfig-vim' @@ -33,9 +32,11 @@ Bundle 'sotte/presenting.vim' Bundle 'ervandew/supertab' Bundle 'tpope/vim-dispatch' Bundle 'mtth/scratch.vim' +Bundle 'itspriddle/vim-marked' +Bundle 'tpope/vim-vinegar' +Bundle 'ap/vim-css-color' " colorschemes -Bundle 'ap/vim-css-color' Bundle 'flazz/vim-colorschemes' Bundle 'nanotech/jellybeans.vim' Bundle 'w0ng/vim-hybrid'