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

fix(injected): parse injections #100

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

folke
Copy link
Contributor

@folke folke commented Oct 2, 2023

On nightly, the injected formatter doesn't work.

parse(true) needs to be used to parse injections.
See also folke/noice.nvim#571

Caused by upstream change: neovim/neovim@2ca076e

@folke
Copy link
Contributor Author

folke commented Oct 2, 2023

Disabled the diagnostic to pass the typecheck github action.
This new param is available on nightly, but not on stable
Stable doesn't have any parameters, so it's safe to always pass true

@stevearc
Copy link
Owner

stevearc commented Oct 2, 2023

Agh, of course nightly. Thanks for the fix!

@stevearc stevearc merged commit 0156beb into stevearc:master Oct 2, 2023
7 checks passed
@folke
Copy link
Contributor Author

folke commented Oct 2, 2023

Thanks for merging! :)

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.

2 participants