fix: Adding the jinja-lsp config for neovim.

This commit is contained in:
Finch 2026-01-05 07:58:54 -06:00
parent 11bce34eec
commit 3dcd9eeea9

View File

@ -0,0 +1,3 @@
return {
template_extension = { 'html', 'jinja', 'j2', 'tera' }
}