From 1d91a6172307b644272151ee104145122cddeb0e Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 31 Jul 2026 15:02:29 -0500 Subject: enable tree-sitter-jinja2 plugin --- lua/tjk/plugins/treesitter.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lua/tjk/plugins') diff --git a/lua/tjk/plugins/treesitter.lua b/lua/tjk/plugins/treesitter.lua index 2dafce1..b7a8d94 100644 --- a/lua/tjk/plugins/treesitter.lua +++ b/lua/tjk/plugins/treesitter.lua @@ -15,12 +15,13 @@ return { }, { "rainbow-delimiters.setup", - "https://github.com/HiPhish/rainbow-delimiters.nvim" + "https://github.com/HiPhish/rainbow-delimiters.nvim", + }, + { + "tree-sitter-jinja2", + "https://github.com/geigerzaehler/tree-sitter-jinja2", + setup = true, }, - --{ - -- "tree-sitter-jinja2", - -- "https://github.com/geigerzaehler/tree-sitter-jinja2" - --}, }, loadFn = function() vim.g._ts_force_sync_parsing = true -- #32660 -- cgit v1.2.3