removed dup

This commit is contained in:
Daveanand Mannie
2024-09-02 20:41:26 -04:00
parent 20c983b8c1
commit 5aef885a3a

View File

@@ -4,7 +4,6 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
build = function() build = function()
require("nvim-treesitter.install").compilers = { "zig" }
end, end,
opts = { opts = {
highlight = { enable = true }, highlight = { enable = true },