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'