From a8ac4d2c7daabbaed31a1b2a30b37060a54af4b6 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 30 Apr 2023 19:43:05 -0400 Subject: add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..975cd3c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +

Welcome To My Neovim Config

+
+ +## 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. -- cgit v1.2.1