-- Jinja LSP setup tuned to include Tera templates -- TODO: Not currently working correctly for Tera templates return { name = 'jinja_lsp', cmd = { 'jinja-lsp' }, filetypes = { 'jinja', 'tera' }, root_markers = { '.git' }, }