Replies: 1 comment
-
This is intended. Other than the home-manager module, nixvim doesn't work by putting files in Instead, it works by "wrapping" nvim with a As a convenience, you can use the
If running nvim isn't using your nixvim config, then you have a different issue. Perhaps you are installing multiple neovims and the one that's taking priority on your PATH isn't the one built by nixvim? Or perhaps you haven't rebooted into the newly built/activated nixos system? |
Beta Was this translation helpful? Give feedback.
-
Hi all, I'm filing this as a discussion instead of an issue because I'm pretty sure it is user error. I'm loving using the tool so far and greatly appreciate its continued maintenance.
I recently switched my channel to nixpks-unstable and nixvim main. Now, when I build my config, no init.lua or any nvim configuration is generated. My ~/.config is empty, and the output of
echo stdpath("config)"
points me to~/.config/nvim
which does not exist.The end result is that my nvim instance has no configuration. I have not changed anything about the config other than my channel and the nixvim version. The issue is that I'm not sure how to begin debugging this issue -- if nixvim is not outputting a config file or a build error, I'm not sure where to start.
I've pasted my editor config below in case it helps:
Beta Was this translation helpful? Give feedback.
All reactions