dotfiles/.config/nvim/lua/plugins/extras/lang/web/htmx.lua
2025-09-17 23:43:44 +02:00

18 lines
228 B
Lua

return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
htmx = {},
},
},
},
{
"mason-org/mason.nvim",
opts = {
ensure_installed = {
"htmx-lsp",
},
},
},
}