-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support for an optional import config path #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a rebase with conflict resolution.
Otherwise, LGTM 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like stylua is failing
Yeah, plus I resolved within the UI so it did a merge, hence the commit history is probably not what you want. I may need to redo this branch |
I can squash the commits when merging 😄 |
The commit history should be fixed now and stylua seems to pass but I'm not exactly sure what the issue with the checks is (seems to be some linking error?). The push to luarocks will be blocked until the other change to rocks.nvim is merged but that's fine |
Ah, it's the vimdoc generation. |
Dependent on this PR: nvim-neorocks/rocks.nvim#577
This PR adds support for specifying a config import path to automatically install treesitter rocks into instead of the base config file.