From 4767b9c1a9f9211121335389d7f47d68fe22c374 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 8 May 2025 22:51:39 +0200 Subject: [PATCH] Add typescripter to TS --- nvim/lua/plugs/treesitter.lua | 1 + 1 file changed, 1 insertion(+) 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