dmh

joined 1 year ago
[–] dmh@programming.dev 1 points 1 year ago (1 children)

I use a variation of that setup, I install plain neovim as a package, and symlink the neovim config: https://github.com/davidmh/dot-files/blob/main/home.nix#L115-L118

Mostly because I want to manage the neovim plugins with lazy.nvim, not with nix derivations.