Price Hiller
95148d8203
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m6s
|
||
---|---|---|
.. | ||
after | ||
ftdetect | ||
ftplugin | ||
lua | ||
spell | ||
syntax | ||
.stylua.toml | ||
init.lua | ||
lazy-lock.json | ||
README.org |
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.
DONE Neogit
SCHEDULED: <2024-02-23 Fri> DEADLINE: <2024-02-25 Sun>
-
Determine why Neogit's diff hunks are not highlighted until I place a cursor over a hunk.
- This was fixed upstream and with the manual foldmethod set in
987e89c
this is working as expected. - Right now the diffs have 0 highlighting which makes it annoying to just glance at them — requires manual movement of the cursor position 🫤
- This was fixed upstream and with the manual foldmethod set in
DONE CI Automation
SCHEDULED: <2024-03-04 Mon> DEADLINE: <2024-03-15 Fri>
- Configure a pipeline to enforce formatting via Stylua
TODO Use native Neovim snippets instead of Luasnip
SCHEDULED: <2024-05-17 Fri>