Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## UNRELEASED

### Docs

- Add nixCats and nvf to the Alternatives section in the README

## [0.6.0] 2024-08-28

### Features
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,9 @@ Besides Lazy-Nix-Helper there are other tools and strategies you might choose to

### Nix-based solutions
- [Home-Manager](https://nix-community.github.io/home-manager/) provides options for installing and configuring neovim plugins
- [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
- [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

### Prebuilt flakes
TODO: include some examples
- [nvf](https://github.com/NotAShelf/nvf/) is a flake-based neovim configuration framework

### Non-nix
- 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
Expand Down
6 changes: 3 additions & 3 deletions doc/lazy-nix-helper.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*lazy-nix-helper.nvim.txt* For Neovim >= 0.9.0? Last change: 2024 August 29
*lazy-nix-helper.nvim.txt* For Neovim >= 0.9.0? Last change: 2025 March 19

==============================================================================
Table of Contents *lazy-nix-helper.nvim-table-of-contents*
Expand Down Expand Up @@ -467,9 +467,9 @@ to manage your neovim configuration under NixOS:
NIX-BASED SOLUTIONS ~

- Home-Manager <https://nix-community.github.io/home-manager/> provides options for installing and configuring neovim plugins
- 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
- 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

### Prebuilt flakes TODO: include some examples
- nvf <https://github.com/NotAShelf/nvf/> is a flake-based neovim configuration framework

### Non-nix - 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
Expand Down