Replies: 1 comment 2 replies
-
IMO the best way to do this is using nixvim's "standalone" mode. In this mode, you can use a nixvim conifg to build a custom (wrapped) neovim package using whatever nixpkgs channel you like. Ideally you'd follow the nixpkgs channel used in the nixvim branch you're using. That custom nvim package can the be a flake output, and/or included in See Installation (Standalone usage) and standalone Usage in the docs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks, is there a way to use nixvim unstable in a nixos using nixpkgs for 23.11?
I don't want to turn my whole system to use the unstable branch, but I want to have the latest version of nixvim since a few features that I'm interested are only available for unstable: (obsidian plugin, gleam support).
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions