fix: tsx support lsp and treesitter

This commit is contained in:
asep komarudin 2024-02-18 21:29:22 +07:00
parent 523588ee4f
commit a25f1abde3
7 changed files with 118 additions and 5 deletions

View file

@ -0,0 +1,10 @@
return {
-- "pmizio/typescript-tools.nvim",
-- event = "BufRead",
-- dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
-- config = function()
-- require("typescript-tools").setup({
-- on_attach = require("user.lsp.handlers").on_attach,
-- })
-- end,
}