We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the helix-editor/helix#8714 from helix repo is redirtected here
the same issue is also happened in neovim neovim/nvim-lspconfig#2802
The text was updated successfully, but these errors were encountered:
for some reason, disabling treesitter indentation for dart fix this issue for me
require("nvim-treesitter.configs").setup({ ... indent = { enable = true, disable = { "dart", ... }, }, ... })
Sorry, something went wrong.
for some reason, disabling treesitter indentation for dart fix this issue for me require("nvim-treesitter.configs").setup({ ... indent = { enable = true, disable = { "dart", ... }, }, ... })
This worked for me too
Same issue as here (nvim-treesitter/nvim-treesitter#4945).
No branches or pull requests
the helix-editor/helix#8714 from helix repo is redirtected here
the same issue is also happened in neovim neovim/nvim-lspconfig#2802
The text was updated successfully, but these errors were encountered: