Skip to content

Move lua files inside a user sub-directory #10

@salcode

Description

@salcode

Apparently, this namespaces the lua files so you're doing

require('user.options')

instead of

--  this can be ambiguous in lua (?)
require('options')

I got this tip from https://youtu.be/hY5-Q6NxQgY but this tracks in what I'm seeing in many (but not all) other repos

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions