diff options
author | Squibid <me@zacharyscheiman.com> | 2023-04-30 19:43:05 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-04-30 19:43:05 -0400 |
commit | a8ac4d2c7daabbaed31a1b2a30b37060a54af4b6 (patch) | |
tree | ec4b1f8f85ac58b2e102e483352b27363fe5fff1 | |
parent | 01a09f243ce07d367c539d69d4a7f4541ab1dcd7 (diff) | |
download | nvim-a8ac4d2c7daabbaed31a1b2a30b37060a54af4b6.tar.gz nvim-a8ac4d2c7daabbaed31a1b2a30b37060a54af4b6.tar.bz2 nvim-a8ac4d2c7daabbaed31a1b2a30b37060a54af4b6.zip |
add README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..975cd3c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +<h3 style="text-align: center;">Welcome To My Neovim Config</h3> +<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 + +## 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 + +## Plugins +For plugin management I use my own [fork](https://git.squi.bid/dep/) of [Dep](https://github.com/chiyadev/dep) To find the current list of plugins go to the [plugin.lua](https://git.squi.bid/nvim/tree/lua/core/plugins.lua) file. |