feat: add ts type check

pull/98/head
fm39hz-workstation 2024-05-16 10:30:51 +07:00
parent 3380993810
commit 3999773bc0
2 changed files with 9 additions and 0 deletions

View File

@ -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" },

View File

@ -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,