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
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
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.
The text was updated successfully, but these errors were encountered:
yeah I was running into this issue on nvim 0.9.5 and ended up removing that same line as well
Sorry, something went wrong.
No branches or pull requests
Using nvim v0.9.5, when I start I get an error:
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
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.
The text was updated successfully, but these errors were encountered: