From 3b170f87ac163b68ca4c08e4bee1fe7e37c50894 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 9 Jun 2025 23:28:05 -0400 Subject: zig and pairs --- .config/nvim/lua/user/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/lua/user/plugins/treesitter.lua') diff --git a/.config/nvim/lua/user/plugins/treesitter.lua b/.config/nvim/lua/user/plugins/treesitter.lua index 6e2950f..268e13d 100644 --- a/.config/nvim/lua/user/plugins/treesitter.lua +++ b/.config/nvim/lua/user/plugins/treesitter.lua @@ -5,7 +5,7 @@ return { config = function() require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter - ensure_installed = { 'c', 'cpp', 'lua', 'rust', 'vimdoc', 'vim' }, + ensure_installed = { 'c', 'cpp', 'lua', 'rust', 'vimdoc', 'vim', 'zig' }, -- Install parsers synchronously (only applied to `ensure_installed`) sync_install = false, -- cgit v1.2.3