diff --git a/vimrc b/vimrc index 32b9483..386ab41 100644 --- a/vimrc +++ b/vimrc @@ -15,6 +15,7 @@ colorscheme solarized " }}} " plugins {{{ call plug#begin('~/.vim/plugged') +Plug '~/.vim/plugins/*' Plug 'wannesm/wmgraphviz.vim' Plug 'weirongxu/plantuml-previewer.vim' Plug 'aklt/plantuml-syntax' @@ -23,8 +24,6 @@ Plug 'tpope/vim-fugitive' Plug 'roginfarrer/vim-dirvish-dovish', {'branch': 'main'} Plug 'pangloss/vim-javascript' Plug 'justinmk/vim-dirvish' -Plug '~/.vim/plugins/notecrate.vim' -Plug '~/.vim/plugins/todo.vim' Plug 'tpope/vim-surround' Plug 'godlygeek/tabular' Plug 'pangloss/vim-javascript'