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

dart freezes on new line #60

Open
kulothunganug opened this issue Nov 25, 2023 · 3 comments
Open

dart freezes on new line #60

kulothunganug opened this issue Nov 25, 2023 · 3 comments

Comments

@kulothunganug
Copy link

the helix-editor/helix#8714 from helix repo is redirtected here

the same issue is also happened in neovim neovim/nvim-lspconfig#2802

@Xrayya
Copy link

Xrayya commented Dec 21, 2023

for some reason, disabling treesitter indentation for dart fix this issue for me

require("nvim-treesitter.configs").setup({
  ...
  indent = {
    enable = true,
    disable = { "dart", ... },
  },
  ...
})

@fummeys
Copy link

fummeys commented Dec 29, 2023

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

@matthew-nm
Copy link

Same issue as here (nvim-treesitter/nvim-treesitter#4945).

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

No branches or pull requests

4 participants