-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Labels
questionUser has a questionUser has a question
Description
I'd like to build this project from source solely for scripting Neovim. I'd like to remove all sources that aren't needed for that - both to make the resulting binary lighter and to reduce storage cost of the source files themselves.
- I'm not sure how the sources in
3rdandmeta/3rddiffer in purpose in the project. I imagine I can safely remove things likelovr-apiandlove-api, but I'm less sure about things likebee.luare: whether the project relies on its availability. I know I at least need3rd/EmmyLuaCodeStylefor formatting to work properly. - The
test/example/meta.jsonis quite large - is it needed for the majority of the tests? If it's only needed for a minority of the tests I'll remove those tests with the file. - Are there other non-essential files/directories I can remove? Not looking for file-by-file but if there are obvious candidates at a high level.
Metadata
Metadata
Assignees
Labels
questionUser has a questionUser has a question