diff --git a/lazy-lock.json b/lazy-lock.json index 596069b..2c3a9c7 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -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" }, diff --git a/lua/plugins/development.lua b/lua/plugins/development.lua index fe20662..1301400 100644 --- a/lua/plugins/development.lua +++ b/lua/plugins/development.lua @@ -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,