You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -376,10 +376,9 @@ Besides Lazy-Nix-Helper there are other tools and strategies you might choose to
376
376
377
377
### Nix-based solutions
378
378
-[Home-Manager](https://nix-community.github.io/home-manager/) provides options for installing and configuring neovim plugins
379
+
-[nixCats](https://github.com/BirdeeHub/nixCats-nvim/) is a neovim package manager written in Nix. Insteady of "nixifying" your config, use Nix to manage your plugin installation and Lua for configuration
379
380
-[NixVim](https://github.com/nix-community/nixvim/) is a neovim distribution built around Nix modules. It provides nix-style configuration options for every neovim configuration option as well as options for many plugins
380
-
381
-
### Prebuilt flakes
382
-
TODO: include some examples
381
+
-[nvf](https://github.com/NotAShelf/nvf/) is a flake-based neovim configuration framework
383
382
384
383
### Non-nix
385
384
- Using your existing config as-is. Depending on how complicated your current config is and what it includes, you may be able to copy your dotfiles and have everything work out of the box. The main downside is that you lose the reproducability benefits of nix by using a different package manager
0 commit comments