From 758f6c1ab7c46186ca0ff97d43d8a6e6a809268b Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Mon, 1 Oct 2018 17:08:29 -0400 Subject: [PATCH] vim: Further cleanup from repo migration --- vim/.gitignore | 3 +++ vim/vimrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/vim/.gitignore b/vim/.gitignore index 9edef9a..cc660ea 100644 --- a/vim/.gitignore +++ b/vim/.gitignore @@ -3,3 +3,6 @@ */* !syntax/* !ftplugin/* + +# Ignore plugin artifacts +.netrwhist diff --git a/vim/vimrc b/vim/vimrc index 548e517..6b90b33 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,5 +1,5 @@ " .vimrc by Alex Karle -" Hosted at https://github.com/akarle/dotfiles +" Hosted at https://github.com/akarle/dotvim " " Inspired by tips all over the interwebs -- libgit2 0.28.4