summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/tjk/plugins/treesitter.lua11
1 files changed, 6 insertions, 5 deletions
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