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

nvim-treesitter 提示 #26

Closed
Stivenke opened this issue Nov 24, 2023 · 1 comment
Closed

nvim-treesitter 提示 #26

Stivenke opened this issue Nov 24, 2023 · 1 comment

Comments

@Stivenke
Copy link

Stivenke commented Nov 24, 2023

context_commentstring nvim-treesitter module is deprecated, use use reguire('tscontextcommentstring').setup {} ...

require('nvim-treesitter.configs').setup {
  context_commentstring = {
    -- enable = true,  -- 要注释掉
  },
}

详见:nvim-ts-context-commentstring BREAKING CHANGES #82

@nshen
Copy link
Owner

nshen commented Nov 26, 2023

Fixed,

622c1e7

Thank you so much.

@nshen nshen closed this as completed Feb 6, 2024
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

2 participants