Skip to content

Commit 208441f

Browse files
github-actions[bot]b-src
authored andcommitted
Auto generate docs
1 parent 6ab59e2 commit 208441f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/lazy-nix-helper.nvim.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Table of Contents *lazy-nix-helper.nvim-table-of-contents*
1212
- Configuration |lazy-nix-helper.nvim-lazy-nix-helper-configuration|
1313
- NixOS Configuration|lazy-nix-helper.nvim-lazy-nix-helper-nixos-configuration|
1414
- Known Limitations |lazy-nix-helper.nvim-lazy-nix-helper-known-limitations|
15+
- Alternatives |lazy-nix-helper.nvim-lazy-nix-helper-alternatives|
1516
- Troubleshooting |lazy-nix-helper.nvim-lazy-nix-helper-troubleshooting|
1617
- Development |lazy-nix-helper.nvim-lazy-nix-helper-development|
1718

@@ -441,6 +442,16 @@ That includes all the plugins that I use, but I think there are other package
441442
groups where neovim plugins can exist.
442443

443444

445+
ALTERNATIVES *lazy-nix-helper.nvim-lazy-nix-helper-alternatives*
446+
447+
Besides Lazy-Nix-Helper there are other tools and strategies you might choose
448+
to manage your neovim configuration under NixOS:
449+
450+
- Home-Manager <https://nix-community.github.io/home-manager/> provides options for installing and configuring neovim plugins
451+
- 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
452+
- 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
453+
454+
444455
TROUBLESHOOTING *lazy-nix-helper.nvim-lazy-nix-helper-troubleshooting*
445456

446457

0 commit comments

Comments
 (0)