Add dmmulroy/tsc.nvim (#765)

* Add tsc.nvim (and TypeScript subsection)

* Update README.md

* remove typescript section
This commit is contained in:
Dillon Mulroy 2023-05-13 02:58:05 -04:00 committed by GitHub
parent 546a67e048
commit 038d187259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,6 +182,7 @@ You can find them listed on the [Neovim wiki](https://github.com/neovim/neovim/w
- [AckslD/swenv.nvim](https://github.com/AckslD/swenv.nvim) - Tiny plugin to quickly switch Python virtual environments without restarting.
- [gennaro-tedesco/nvim-jqx](https://github.com/gennaro-tedesco/nvim-jqx) - Interactive interface for JSON files.
- [nanotee/sqls.nvim](https://github.com/nanotee/sqls.nvim) - SQL database connection plugin + LSP client.
- [dmmulroy/tsc.nvim](https://github.com/dmmulroy/tsc.nvim) - Asynchronous project-wide TypeScript type-checking using the TypeScript compiler (TSC) with results loaded into a quickfix list.
#### Golang