From 6823957d888bed45ee75518e40ac9e025dbc5840 Mon Sep 17 00:00:00 2001 From: Selim Mustafaev Date: Fri, 24 Oct 2025 14:00:46 +0000 Subject: [PATCH] remove some syntax highlighting support --- lua/plugins/treesitter.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 7b31dab..2817e96 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -19,8 +19,6 @@ return { "bash", "markdown", "markdown_inline", - "zig", - "swift" }, auto_install = false })