diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |