diff --git a/nvim/lua/plugs/treesitter.lua b/nvim/lua/plugs/treesitter.lua index 0e1351e..8f7bf7c 100644 --- a/nvim/lua/plugs/treesitter.lua +++ b/nvim/lua/plugs/treesitter.lua @@ -51,6 +51,7 @@ return { "typst", "ruby", "svelte", + "typescript", }, sync_install = false, -- This can be updated to a list of languages instead of defaulting to true