dmmulroy / tsc.nvim

A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)
MIT License
380 stars 21 forks source link

Issue with Neovim on MacOS M1 #49

Open M1ck0 opened 5 months ago

M1ck0 commented 5 months ago

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?

dmmulroy commented 5 months ago

Could you provide a minimal repo where this is reproducible 🙏

M1ck0 commented 4 months ago

@dmmulroy what exactly do you need? My neovim config?

dmmulroy commented 4 months ago

As barebones of a typescript repo where you can reproduce the issue 🙏