From 0c9768f3c8a4e958f198c7860d3b6fac27399bc3 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Tue, 8 Nov 2022 10:57:27 +0000 Subject: [PATCH] lazygit 2022-11-08 10:57 --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'