From f42b5230a84b2bbdb264e4ee98a3878fd610b701 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Fri, 3 Oct 2025 13:26:13 -0400 Subject: add nvim. --- nvim/lua/plugins/treesitter.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nvim/lua/plugins/treesitter.lua (limited to 'nvim/lua/plugins/treesitter.lua') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua new file mode 100644 index 0000000..73b2e05 --- /dev/null +++ b/nvim/lua/plugins/treesitter.lua @@ -0,0 +1,12 @@ +return { + 'nvim-treesitter/nvim-treesitter', + build = ':TSUpdate', + main = 'nvim-treesitter.configs', + opts = { + ensure_installed = { 'bash', 'c', 'zig', 'diff', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' }, + auto_install = true, + highlight = { + enable = true, + }, + }, +} -- cgit v1.2.3