dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 758f6c1ab7c46186ca0ff97d43d8a6e6a809268b (patch)
parent 1429371379e3b66895d655c91b883078531408e4
Author: Alexander Karle <akarle@umass.edu>
Date:   Mon,  1 Oct 2018 17:08:29 -0400

vim: Further cleanup from repo migration

Diffstat:
Mvim/.gitignore | 3+++
Mvim/vimrc | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/vim/.gitignore b/vim/.gitignore @@ -3,3 +3,6 @@ */* !syntax/* !ftplugin/* + +# Ignore plugin artifacts +.netrwhist diff --git 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