dotfiles/.config/nvim/lua/plugins/extras/lang/web/jinja.lua
2025-07-30 16:59:19 +02:00

12 lines
172 B
Lua

return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
jinja_lsp = {
filetypes = { "jinja", "html" },
},
},
},
},
}