From 639739bbc338722a7a50b8c401994ec340556882 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 21 Nov 2024 14:34:58 +0530 Subject: [PATCH] nvim: treesitter: Enable Typst --- nvim/.config/nvim/lua/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/.config/nvim/lua/treesitter.lua b/nvim/.config/nvim/lua/treesitter.lua index c68ece1..bbe0afc 100644 --- a/nvim/.config/nvim/lua/treesitter.lua +++ b/nvim/.config/nvim/lua/treesitter.lua @@ -21,6 +21,7 @@ local ts_langs = { "toml" , "tsx" , "typescript", + "typst" , "verilog" , "vhdl" , "vim" ,