You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #2498, it can be hard to figure out what is going on with a nixvim configuration's generated lua file(s).
nixvim-print-init can help in many scenarios, but is currently unable to inspect extra files. It also seems a little hacky that we can't just access the file directly...
Nixvim's build should include such files in its passthru attr so that it can be inspected/built separately.
Additionally, the "standalone" build should inherit the underlying build's passthru attrs.
The text was updated successfully, but these errors were encountered:
As mentioned in #2498, it can be hard to figure out what is going on with a nixvim configuration's generated lua file(s).
nixvim-print-init
can help in many scenarios, but is currently unable to inspect extra files. It also seems a little hacky that we can't just access the file directly...Nixvim's build should include such files in its
passthru
attr so that it can be inspected/built separately.Additionally, the "standalone" build should inherit the underlying build's passthru attrs.
The text was updated successfully, but these errors were encountered: