From b278465be7f96ca68c8c84d5655221b79d6f1034 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 12 Feb 2024 22:17:40 -0600 Subject: [PATCH] docs(nvim): add README --- dots/.config/nvim/README.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dots/.config/nvim/README.org diff --git a/dots/.config/nvim/README.org b/dots/.config/nvim/README.org new file mode 100644 index 00000000..5d943913 --- /dev/null +++ b/dots/.config/nvim/README.org @@ -0,0 +1,17 @@ +* Neovim Configuration +This is my Neovim configuration. There are many like it, but this one is mine. + +I make no promises things in here are the most well thought out configuration nor capable of +working outside of the narrow scope I set up my systems in. + +I am sure /much/ of it will work on any computer with a bash or zsh shell, but I don't want to +invest the effort at the time of writing to find out and make it work across a bunch of use cases. + + +* TODO Neogit +- [ ] Determine why Neogit's diff hunks are not highlighted until I palce a cursor over a hunk. + - Right now the diffs have 0 highlighting which makes it annoying to just glance at them — + requires manual movement of the cursor position 🫤 + +* TODO CI Automation +- [ ] Configure a pipeline to enforce formatting via stylua