aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-03-16 10:54:16 -0600
committerCody Hiar <cody@hiar.ca>2021-03-16 10:54:16 -0600
commit5cbca32aebfb6cc020b7c75a22101ecc2b029177 (patch)
tree1b8ec3d1007d62db6bcd4421ad1fcb4094aef46e
parentee3732014d69d1f00a9e8cf87045100893da73e6 (diff)
Update nicer README
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b13e32..15d94b2 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
-In an effort to reduce duplicated code, I put options that can be shared between both vim and neovim inside of this repository.
+# Vim Options
+
+When Neovim first came out I was using neovim for local development but vim on
+servers and such. I didn't want to add configuration in two places so I made
+this vim module so that I could have all my settings in one place. There's also
+checks to make sure that certain settings are only applied if the plugin is
+installed.