apple / pkl-neovim

Pkl language support for Neovim
https://pkl-lang.org/neovim/current/index.html
Apache License 2.0
144 stars 14 forks source link

Fix lazy.nvim install instructions #20

Closed endoze closed 1 month ago

endoze commented 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.

driverkt commented 1 month ago

Seems to fix: https://github.com/apple/pkl-neovim/issues/19