From 3dcd9eeea9e49f7ab96479bd7449c71bb80350b2 Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Mon, 5 Jan 2026 07:58:54 -0600 Subject: [PATCH] fix: Adding the jinja-lsp config for neovim. --- nvim/after/lsp/jinja-lsp.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/after/lsp/jinja-lsp.lua diff --git a/nvim/after/lsp/jinja-lsp.lua b/nvim/after/lsp/jinja-lsp.lua new file mode 100644 index 0000000..ddb6bb1 --- /dev/null +++ b/nvim/after/lsp/jinja-lsp.lua @@ -0,0 +1,3 @@ +return { + template_extension = { 'html', 'jinja', 'j2', 'tera' } +}