Skip to content

Commit

Permalink
feat(typescript-tools): add plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tetzng committed Nov 7, 2023
1 parent 9726af4 commit b2a1457
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .config/nvim/lua/plugins/typscript-tools.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---@class LazyPluginSpec
local M = {
"pmizio/typescript-tools.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"neovim/nvim-lspconfig",
},
ft = { "typescript", "typescriptreact" },
opts = {},
}

return M

0 comments on commit b2a1457

Please sign in to comment.