system

Nix (home-manager) configurations for my computers

nvim: Remove Trouble It's just troublesome. The new major version (v3) removes an ability to disable icons hence forced non-standard icon character, which ABUSES non-latin unicode range (some call this abusing "NERD fonts"). It also has been causing culmulative layout shift due to its "floating" nature. Considering overall UX including default options, it's perfect time to ditch the plugin. As for alternative, I configured diagnostics popover using Telescope and statusline (lualine) so I can see how many diagnostic items are in the file. I added Helix in 2e53e9f0c2db058531829407ff12c7f1da305a96 to hopefully replace neovim usage. Turns out it has more "features" that can't be disabled: e.g. automatically traversing parent directory to find "workspace root" (where `.git` directory sits). These kind of stupid designs accumulates to the point I switched back to neovim even though I partially adapt to tottaly inefficient subject->verb keymaps.

Changes

2 changed files (+49/-25)