dots/users/price/dots/.config/nvim
Price Hiller 8fd87ef216
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m18s
refactor(nvim): use default branch for neogit
2024-05-19 15:02:45 -05:00
..
after feat(nvim): set textwidth to 0 in gitcommit filetypes 2024-05-15 02:01:42 -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): use default branch for neogit 2024-05-19 15:02:45 -05:00
spell refactor!: the big nix refactor 2024-05-03 14:35:00 -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-05-19 13:29:55 -05:00
README.org docs(nvim): add TODO to migrate to native neovim snips 2024-05-17 23:16:31 -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 isntead of Luasnip

SCHEDULED: <2024-05-17 Fri>