tsc.nvim
tsc.nvim copied to clipboard
Issue with Neovim on MacOS M1
When I run :TSC it says "Type-checking already in progress" and it never shows anything else. It has been like that for almost an hour.
:TSCOpen shows an empty list and I know that there are some issues in the codebase
I configured it through LazyVim like this
return {
'dmmulroy/tsc.nvim',
opts = {},
}
And when using :Lazy it says the plugin is loaded.
I am also using typescript-tools
Any ideas what could be the issue?
Could you provide a minimal repo where this is reproducible 🙏
@dmmulroy what exactly do you need? My neovim config?
As barebones of a typescript repo where you can reproduce the issue 🙏