dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 54c05f50f3f3a5b091f619cc18eb8cd2f9b8471d
parent 07ee43936bbb2e2a37832d24d8ab788c8648116f
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Oct 2023 11:30:07 -0700

Ignore autoload/plug.vim.old

When upgrading vim-plug, the previous version is copied to plug.vim.old;
ignore this along with vim-plug itself.

Diffstat:
M.vim/.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vim/.gitignore b/.vim/.gitignore @@ -1,5 +1,6 @@ # vim-plug autoload/plug.vim +autoload/plug.vim.old plugged # vundle