fix: Cleaning up some aspects of the language support work to move into

development and finish cleaning the main branch.
This commit is contained in:
2026-08-12 09:46:56 -05:00
parent 48235c005d
commit 6e035d1f4c
10 changed files with 139 additions and 53 deletions

View File

@@ -0,0 +1,15 @@
vim.filetype.add {
extension = {
-- tera = 'jinja',
jinja = 'jinja',
jinja2 = 'jinja',
j2 = 'jinja',
}
}
return {
name = 'jinja_lsp',
cmd = { 'jinja-lsp' },
filetypes = { 'jinja', 'tera', 'html' },
-- template_extension = { 'html', 'jinja', 'j2', 'tera' },
}