I’m on a fresh installation with KDE. Kate is available, but what’s the best way to get (n)vim up and running, or better yet, Helix? (I’m new to Nix. I do have a good amount of Linux experience though.)
I’m on a fresh installation with KDE. Kate is available, but what’s the best way to get (n)vim up and running, or better yet, Helix? (I’m new to Nix. I do have a good amount of Linux experience though.)
there are a few options for configuring neovim in Nix. My favorite is NixVim. my config: https://codeberg.org/jevans/nix-config/src/branch/main/homeManagerModules/cli-applications/neovim/default.nix
That looks very interesting, thank you!