nyoom.nvim icon indicating copy to clipboard operation
nyoom.nvim copied to clipboard

New neovim error: context_commentstring nvim-treesitter module is deprecated

Open mikemee opened this issue 1 year ago • 1 comments

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

context_commentstring nvim-treesitter module is deprecated

The details are here: https://github.com/JoosepAlviste/nvim-ts-context-commentstring/issues/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.

mikemee avatar Jan 07 '24 03:01 mikemee

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

phasewalk1 avatar Feb 09 '24 06:02 phasewalk1