diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 15:02:29 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 15:02:29 -0500 |
| commit | 1d91a6172307b644272151ee104145122cddeb0e (patch) | |
| tree | db527164da747f778506ad72ac8551df783ca0d8 /lua/tjk | |
| parent | ff75a9cda969500190cc25e3889c9000aaf0a890 (diff) | |
| download | nvim-1d91a6172307b644272151ee104145122cddeb0e.tar.xz nvim-1d91a6172307b644272151ee104145122cddeb0e.zip | |
enable tree-sitter-jinja2 plugin
Diffstat (limited to 'lua/tjk')
| -rw-r--r-- | lua/tjk/plugins/treesitter.lua | 11 |
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 |
