You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure as to how this is packaged. I tried adding the package as-is to my treesitter.grammarPackages list but that fails with the following error message
error: additions to `pkgs.vimPlugins.nvim-treesitter.grammarPlugins` set should be passed through `pkgs.neovimUtils.grammarToPlugin` first
I tried passsing it trough the specified method to no avail.
<nvim-treesitter-grammers.slint>
<https://github.com/slint-ui/tree-sitter-slint>
vimPlugins.nvim-treesitter-parsers.slint
Extra Information
I'm unsure as to how this is packaged. I tried adding the package as-is to my treesitter.grammarPackages list but that fails with the following error message
I tried passsing it trough the specified method to no avail.
This is supported by the neovim treesitter plugin as seen nvim-treesitter/nvim-treesitter#6027
The text was updated successfully, but these errors were encountered: