The use of `follows` in a flake can cause issues even when `useGlobalPackages` is disabled. Highlight this in the doc.
1.3 KiB
NixVim - A Neovim configuration system for nix
Other versions of these docs
Please ensure you are referencing documentation that corresponds to the Nixvim version you are using!
Documentation is currently available for the following versions:
@DOCS_VERSIONS@
Recent Breaking Changes
Caution
By default, Nixvim now constructs its own instance of nixpkgs, using the revision from our flake.lock. This change was largely motivated by: How do I solve "
<name>
cannot be found inpkgs
"The old behaviour can be restored by enabling
nixpkgs.useGlobalPackages
.If your flake modifies the
nixpkgs
throughfollows
this can still cause issues by changing the expectednixpkg
nixvim
was tested & built against.
@README@
Welcome to the docs!
Over to the left, you'll find the sidebar. There you'll see several "User guides" (including an FAQ), along with pages for various "options".
While you can search our main docs using the icon, if you're looking for a specific option you may find the dedicated Nixvim Option Search (at the bottom of the sidebar) has more relevant results.
Tip
Any page with a ❱ icon next to it has one-or-more sub-pages.