I’d like to add an unpackaged tree-sitter parser for justfiles for use in neovim.
One way that might work would be forking nixpkgs, adding the new parser to this file, run this script which I think will generate the right nix files, and I can then install it from my forked nixpkgs.
While this has the advantage of being able to open a PR in future (which I would like to eventually), but I don’t know the quality of the justfile parser, and would like a less involved way to try it out first.
Is there an easier way to add an arbitrary TS parser to neovim config?
For reference my neovim config is defined here GitHub - jay-aye-see-kay/neovim-flake: Neovim Config with flake