-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
In general, code should be more modular, so for example parts of the code could be loaded as needed. For example, for a different device (I have nvim on many devices) I could remove one require() in init and have the rest work just fine.
Somewhat related: #8
-- brainstorming --
Lazy supports loading parts of the plugins in different files, not sure if that will require rewriting code or not. That might not even be needed if the lazy.lua could fetch other parts of the table in theory.. I prefer lua over lazy specific.
Reactions are currently unavailable