Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 351 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 351 Bytes

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',
}