casey/tree-sitter-just

tree-sitter-just doesn't work with the new nvim-treesitter plugin

Open

#201 opened on 2026年2月24日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Just (39 forks)github user discovery
help wanted

Repository metrics

Stars
 (192 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド