/typescript-type-checker.nvim

Neovim plugin for TypeScript type-checking.

Primary LanguageLuaMIT LicenseMIT

typescript-type-checker.nvim

Run npx tsc --noEmit --pretty false using :Typecheck command and show the results in the quickfix list.

Installation

{
  "Canciller/typescript-type-checker.nvim",
  opts = {
    -- options
  },
}

Options

{
  command = 'Typecheck',
}