aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-29 10:33:43 -0600
committerCody Hiar <codyfh@gmail.com>2018-03-29 10:33:43 -0600
commitf25683aeb96ac17aa0610cd2fda1c77b0a888eeb (patch)
treecc6c237be5cb2a3711b162b1fbd91561a5da112b
parentbd2fdc1372be3d11c8205b6ef2965d4173cf53f0 (diff)
Adding vim into the repo
-rw-r--r--.gitignore1
-rw-r--r--Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0ae2e43..7fe2974 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ vim-options
.mypy_cache
dasht
tags
+vim
diff --git a/Makefile b/Makefile
index 972f645..b08ec9f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ help:
setup: ## Clone down additional repos that are needed for building
git clone git@github.com:thornycrackers/.nvim.git nvim
git clone git@github.com:thornycrackers/vim-options.git
+ git clone git@github.com:thornycrackers/.vim.git vim
git clone https://github.com/sunaku/dasht
build: ## Build the base image