From fcfd6d9e9a06173aa75b50c3612f00ee64f1a323 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 2 Feb 2025 16:45:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-02 16:45:02 --- .config/nvim/lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index 5c1361a3..56798815 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -34,6 +34,7 @@ return { "xml", "yaml", "just", + "typst", }, incremental_selection = { enable = true,