diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-22 19:55:35 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-22 19:55:35 -0400 |
commit | e0ee8e36113c7cd8c344415b1af5b2a58de3cdb3 (patch) | |
tree | 889b1cfea258377fbc54ce5bbc71e9c063bafdcc /README.md | |
parent | 66d18beec92078dd2ed6104716b4e8eebacb67a3 (diff) | |
download | nvim-e0ee8e36113c7cd8c344415b1af5b2a58de3cdb3.tar.gz nvim-e0ee8e36113c7cd8c344415b1af5b2a58de3cdb3.tar.bz2 nvim-e0ee8e36113c7cd8c344415b1af5b2a58de3cdb3.zip |
change readme to match versioning style
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ <h1 style="text-align: center;">Welcome To My Neovim Config</h1> <hr> -## Versioning & Branches -Currently there are two branches [master](https://git.squi.bid/nvim/log/) and [v1](https://git.squi.bid/nvim/log/?h=v1) master will be the current iteration of my config and branches (marked with v#) will be older versions with the oldest being v1 +## Versioning +The master branch contains my current config, major revisions are tagged: v#.# ## Use Case My config is built around what I work on; this mainly includes: c, lua, java, and shell scripting. I also try to keep my config relatively portable which is why I to not use any nerd fonts |