nixvim
nixvim copied to clipboard
lib/overlay: init
It would be useful to end-users to be able to apply nixvim's lib extensions themselves, in addition to their own customizations.
This PR will rethink the way we extend the lib internally, such that the overlay can be exposed publicly for use elsewhere.
Some additional refactoring may be needed to do this efficiently, without re-evaluating nixvim's lib and/or extended lib multiple times.
The simplest option may be to not reference lib.nixvim internally while constructing nixvim's lib and instead access lib and self separately?