casey/tree-sitter-just
Vedi su GitHubtree-sitter-just doesn't work with the new nvim-treesitter plugin
Open
#201 aperta il 24 feb 2026
help wanted
Metriche repository
- Star
- (192 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Recently the nvim-treesitter API changed.
require('tree-sitter-just').setup({})
Will now result in:
Error detected while processing /home/edd/source/vimkit/nvim/init.lua:
E5113: Error while calling lua chunk: ...nvim/lazy/tree-sitter-just/lua/tree-sitter-just/init.lua:21: attempt to call field 'get_parser_configs' (a nil value)
stack traceback:
...nvim/lazy/tree-sitter-just/lua/tree-sitter-just/init.lua:21: in function 'setup'
/home/edd/source/vimkit/nvim/init.lua:133: in main chunk
Thanks