nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

lib/overlay: init

Open MattSturgeon opened this issue 1 year ago • 0 comments

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?

MattSturgeon avatar Sep 27 '24 09:09 MattSturgeon