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

New neovim error: context_commentstring nvim-treesitter module is deprecated #161

Open
mikemee opened this issue Jan 7, 2024 · 1 comment

Comments

@mikemee
Copy link

mikemee commented Jan 7, 2024

Using nvim v0.9.5, when I start I get an error:

context_commentstring nvim-treesitter module is deprecated

The details are here: JoosepAlviste/nvim-ts-context-commentstring#82

The fix that worked for me was to delete this line in the file: fnl/modules/tools/tree-sitter/config.fnl

:context_commentstring {:enable true}

Hope this helps someone else. Not sure how nyoom handles various versions of nvim, so I didn't submit a PR, but I'm happy to do so.

@phasewalk1
Copy link

yeah I was running into this issue on nvim 0.9.5 and ended up removing that same line as well

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