tsc.nvim
Type checker
A plugin for Neovim that provides an asynchronous interface to run project-wide TypeScript type-checking using the TypeScript compiler.
A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)
404 stars
2 watching
21 forks
Language: Lua
last commit: 3 months ago
Linked from 1 awesome list
luaneovimnvimnvim-plugintypescriptvim
Related projects:
Repository | Description | Stars |
---|---|---|
marilari88/twoslash-queries.nvim | Supports querying and inspecting TypeScript types in Neovim. | 152 |
jubnzv/virtual-types.nvim | A Neovim plugin that displays type annotations in virtual text | 375 |
mfussenegger/nvim-lint | An asynchronous linter plugin for Neovim that complements the built-in Language Server Protocol support. | 2,024 |
mawkler/demicolon.nvim | Enables custom repeat keys in Neovim for diagnostics and Treesitter text-object motions | 76 |
gennaro-tedesco/nvim-peekup | A plugin for Neovim that provides an easy-to-use interface to interact with Vim registers in a floating window. | 302 |
m4xshen/hardtime.nvim | A plugin that helps users establish good command workflows and quit bad habits in Neovim by providing hints and reporting on their typing patterns. | 1,509 |
quolpr/quicktest.nvim | A plugin for running and testing code in multiple programming languages | 80 |
4e554c4c/darkman.nvim | A plugin for neovim to interface with the dark mode standard. | 23 |
nvimdev/guard.nvim | Utility plugin to format and lint code in Neovim | 455 |
xeluxee/competitest.nvim | A Neovim plugin for automating tasks related to competitive programming contests and testcases management. | 437 |
rutatang/compter.nvim | Extends Neovim's built-in counting functionality to support custom patterns and operations | 25 |
cshuaimin/ssr.nvim | An extension plugin for Neovim that allows structural search and replace operations on code structures. | 933 |
karshprime/tmux-compile.nvim | Tool to compile and run programs in multiple programming languages from within Neovim's tmux panes or windows | 13 |
tversteeg/registers.nvim | A plugin that enhances Neovim's register functionality with an interactive UI | 607 |
m-demare/attempt.nvim | Manages temporary buffers for coding attempts | 86 |