Skip to content

Commit 6ab59e2

Browse files
committed
add section on alternative tools to the README
1 parent 44931b7 commit 6ab59e2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
### Docs
77

88
- Add note about plugin display names in the Lazy dashboard
9+
- Add section on alternative tools to the README
910

1011

1112
## [0.2.0] - 2023-12-26

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,14 @@ Lazy-Nix-Helper can't currently find plugins installed by Nix on non-NixOS platf
355355

356356
Currently only plugins in the `vimplugin` or `lua5.1` package groups are found. That includes all the plugins that I use, but I think there are other package groups where neovim plugins can exist.
357357

358+
## Alternatives
359+
360+
Besides Lazy-Nix-Helper there are other tools and strategies you might choose to manage your neovim configuration under NixOS:
361+
362+
- [Home-Manager](https://nix-community.github.io/home-manager/) provides options for installing and configuring neovim plugins
363+
- [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
364+
- 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
365+
358366
## Troubleshooting
359367

360368
### How do I check which path a plugin is loaded from?

0 commit comments

Comments
 (0)