Skip to content

more modular lua code #9

@FrostyNick

Description

@FrostyNick

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions