From 5327c86e9af45c4aa982c92107cd86ced9895415 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 8 Aug 2017 11:11:34 -0500 Subject: [PATCH] [vim] adds autoload directory and gitignore Planning to move to using vim-plug, going to pull it down as part of the install script --- vim/autoload/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/autoload/.gitignore diff --git a/vim/autoload/.gitignore b/vim/autoload/.gitignore new file mode 100644 index 0000000..43c9cab --- /dev/null +++ b/vim/autoload/.gitignore @@ -0,0 +1 @@ +plug.vim