Replies: 1 comment 1 reply
-
That's an interesting question. I've been thinking about how to approach this best, as I've been using We have recently switched to submoduleWith for vim.settings, which allows for interesting |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am using nvf by the home-manager module method. So I add it to my mix using
programs.nvf
. My question is is there an importing/module mechanism I can use withinprograms.nvf
to set settings such asvim.options
?Obviously I can just
import ./modules
, but that would require me to pretty much prefix each configuration withprograms.nvf
(and perhaps evenprograms.nvf.settings
, as it is thenvfModule
). Compare this to how nixvim does it with its home-manager module - there's aprograms.nixvim.imports
, exactly functioning like how you'd expect (like nixos and home-manager modules).Beta Was this translation helpful? Give feedback.
All reactions