mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 01:38:47 +02:00
fix: tsx support lsp and treesitter
This commit is contained in:
parent
523588ee4f
commit
a25f1abde3
7 changed files with 118 additions and 5 deletions
10
lua/custom/plugins/typescript.lua
Normal file
10
lua/custom/plugins/typescript.lua
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue