tsc.nvim icon indicating copy to clipboard operation
tsc.nvim copied to clipboard

Issue with Neovim on MacOS M1

Open M1ck0 opened this issue 1 year ago • 3 comments

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?

M1ck0 avatar Apr 25 '24 08:04 M1ck0

Could you provide a minimal repo where this is reproducible 🙏

dmmulroy avatar Apr 25 '24 21:04 dmmulroy

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

M1ck0 avatar Apr 30 '24 11:04 M1ck0

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

dmmulroy avatar Apr 30 '24 18:04 dmmulroy