Missing `typescriptreact` parser
Currently getting the following error:
`Error executing vim.schedule lua callback: ...rapped-nightly/share/nvim/runtime/lua/vim/treesitter.lua:425: Parser could not be created for buffer 11 and language "typescriptreact"`
Currently using the nightly install of vim:
```nix
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay/f35afbe60a4ff71fd65fec3839fc38943f961951";
};
```
Looking at the installed parsers and I don't see it listed.
关闭于 2024-11-03 4 条评论