dots/users/price/dots/.config/nvim
Price Hiller 95148d8203
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m6s
refactor(nvim): set alpha button cursor to pos 2
2024-06-07 22:32:35 -05:00
..
after Revert "refactor(nvim): set markdown & org textwidth to 0" 2024-06-05 11:44:06 -05:00
ftdetect refactor!: the big nix refactor 2024-05-03 14:35:00 -05:00
ftplugin refactor!: the big nix refactor 2024-05-03 14:35:00 -05:00
lua refactor(nvim): set alpha button cursor to pos 2 2024-06-07 22:32:35 -05:00
spell chore(nvim): add another word to dictionary 2024-05-27 21:52:44 -05:00
syntax refactor!: the big nix refactor 2024-05-03 14:35:00 -05:00
.stylua.toml refactor!: the big nix refactor 2024-05-03 14:35:00 -05:00
init.lua refactor!: the big nix refactor 2024-05-03 14:35:00 -05:00
lazy-lock.json chore(nvim): update lazy lock 2024-06-03 23:01:32 -05:00
README.org docs: fix spelling error 2024-05-28 15:00:17 -05:00

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 🫤

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>