From 1a4943edc9b23b52caebb486ac808c9774b57ea9 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Tue, 1 Nov 2022 10:27:59 +0000 Subject: [PATCH] lazygit --- .gitignore | 1 + vimrc | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 86ccf68..56656e4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ plugged env.vim plugins/* plugin/* +.netrwhist diff --git a/vimrc b/vimrc index 3f88956..32b9483 100644 --- a/vimrc +++ b/vimrc @@ -24,9 +24,7 @@ Plug 'roginfarrer/vim-dirvish-dovish', {'branch': 'main'} Plug 'pangloss/vim-javascript' Plug 'justinmk/vim-dirvish' Plug '~/.vim/plugins/notecrate.vim' -Plug '~/.vim/plugins/colors.vim' Plug '~/.vim/plugins/todo.vim' -Plug '~/.vim/plugins/foldsearch.vim' Plug 'tpope/vim-surround' Plug 'godlygeek/tabular' Plug 'pangloss/vim-javascript'