From 5aef885a3ade991dedb4c0ca386c817d5288d100 Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Mon, 2 Sep 2024 20:41:26 -0400 Subject: [PATCH] removed dup --- lua/plugins/treesitter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index d335f29..fbbfd12 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -4,7 +4,6 @@ return { { "nvim-treesitter/nvim-treesitter", build = function() - require("nvim-treesitter.install").compilers = { "zig" } end, opts = { highlight = { enable = true },