-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
lsp/otter: init #385
lsp/otter: init #385
Conversation
Huh, not sure why it's also showing the old r commits, those have already been merged and are from another branch. No r files are being changed in this PR |
Your branch is missing changes in the main branch. Fetch Usually this would be adding a new remote (e.g. upstream) and running |
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.
Overall LGTM. However I'd rather if the option was called otter-nvim
since the name of the plugin is otter.nvim
. This would also be more in line with the name of the input.
Left some review comments.
Done and tested it locally. All ok with the setupOpts implementation? I've never done it before |
All looks good. I'll merge once the CI passes. |
thank you :) |
* r: implementing lsp * r: version bump to context fixes treesitter bug * r: changing treesitter package definition to mkGrammarOption * added changelog entry * created otter file * created otter file * update * update * otter: fixing fixing input * committing flake.lock * fixed typo * configuration: disabling ccc and enabling otter * added assertion to make sure ccc and otter aren't enabled at the same time * configuration: otter set for isMaximal * otter: changelog * otter: better changelog * otter-nvim: renamed from otter to otter-nvim * otter: added setupopts --------- Co-authored-by: raf <[email protected]>
* r: implementing lsp * r: version bump to context fixes treesitter bug * r: changing treesitter package definition to mkGrammarOption * added changelog entry * created otter file * created otter file * update * update * otter: fixing fixing input * committing flake.lock * fixed typo * configuration: disabling ccc and enabling otter * added assertion to make sure ccc and otter aren't enabled at the same time * configuration: otter set for isMaximal * otter: changelog * otter: better changelog * otter-nvim: renamed from otter to otter-nvim * otter: added setupopts --------- Co-authored-by: raf <[email protected]>
Description
Adds Support for the Otter plugin. Added an assert to prevent ccc and otter from being enabled simultaneously. Currently set Otter as on by default in Maximal config.
Type of change
Note
If Otter and ccc are both enabled, there'll be an assert
Checklist
Please try to check at least a majority of the checklist before opening your pull request. Exceptions to this will be reviewed on a case by case basis.
nix fmt
).Screenshots & Logs