diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-06-09 23:28:05 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-06-09 23:28:05 -0400 |
| commit | 3b170f87ac163b68ca4c08e4bee1fe7e37c50894 (patch) | |
| tree | 4fe97c09d64dce311629d0c18a973c4df55916c3 /.config/nvim/lua/user/plugins/treesitter.lua | |
| parent | 2a869895ac3d7f0f0f580c6705db15a674393181 (diff) | |
zig and pairs
Diffstat (limited to '.config/nvim/lua/user/plugins/treesitter.lua')
| -rw-r--r-- | .config/nvim/lua/user/plugins/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
