Skip to content
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: integrations.otter #1329

Merged
merged 8 commits into from
Apr 4, 2024
Merged

Conversation

benlubas
Copy link
Contributor

@benlubas benlubas commented Mar 3, 2024

Integrates with otter.nvim, a plugin that provides LSP features for embedded code. This includes diagnostics, go to def/typedef/refs, rename, etc.

This integration will configure otter.nvim correctly (otter.setup({ handle_leading_whitespace = true })), so you just need to install it.

There are two commands, :Neorg otter enable and :Neorg otter disable.

@benlubas
Copy link
Contributor Author

benlubas commented Mar 4, 2024

Hmmm. This does call activate every time you enter the buffer. I'm not sure I like that. I think I'll switch to a new auto command

@vhyrro
Copy link
Member

vhyrro commented Apr 4, 2024

Tested and it all looks good to me!

@vhyrro vhyrro merged commit ccb7555 into nvim-neorg:main Apr 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants