mirror of https://github.com/LazyVim/starter
feat: add ts type check
parent
3380993810
commit
3999773bc0
|
@ -92,6 +92,7 @@
|
|||
"toggle-checkbox.nvim": { "branch": "main", "commit": "58f958a2dcfb974963d4bb772ad8c3d8a1c62774" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "c91aef1125e052c9d862e68389e4185ec56f6cde" },
|
||||
"trouble.nvim": { "branch": "main", "commit": "b9cf677f20bb2faa2dacfa870b084e568dca9572" },
|
||||
"tsc.nvim": { "branch": "main", "commit": "06734767eee606ebaa0a4645e0fd801c64e6aa7a" },
|
||||
"venv-selector.nvim": { "branch": "main", "commit": "6a1b15eb35bbb827b6db428055087e2dbf32838f" },
|
||||
"vim-illuminate": { "branch": "master", "commit": "e522e0dd742a83506db0a72e1ced68c9c130f185" },
|
||||
"vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" },
|
||||
|
|
|
@ -8,6 +8,14 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
},
|
||||
{
|
||||
"dmmulroy/tsc.nvim",
|
||||
lazy = true,
|
||||
cmd = "TSC",
|
||||
opts = {
|
||||
use_trouble_qflist = true,
|
||||
},
|
||||
},
|
||||
{
|
||||
"akinsho/flutter-tools.nvim",
|
||||
lazy = true,
|
||||
|
|
Loading…
Reference in New Issue