Closed endoze closed 1 month ago
In order to ensure that lazy.nvim correctly extends treesitter to include the pkl parser, this commit requires the treesitter extension code in the plugin during the plugin build step. This is required as the plugin is not loaded during building.
Seems to fix: https://github.com/apple/pkl-neovim/issues/19
In order to ensure that lazy.nvim correctly extends treesitter to include the pkl parser, this commit requires the treesitter extension code in the plugin during the plugin build step. This is required as the plugin is not loaded during building.