Skip to content

Commit 4e071d5

Browse files
committed
add nixCats and nvf to the Alternatives section of the README
1 parent cb1c0c4 commit 4e071d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,9 @@ Besides Lazy-Nix-Helper there are other tools and strategies you might choose to
376376

377377
### Nix-based solutions
378378
- [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
379380
- [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
383382

384383
### Non-nix
385384
- 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

Comments
 (0)