dotfiles/.config/nvim/lua/plugins/extras/lang/web/htmx.lua

18 lines
231 B
Lua

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