Files
dotfiles/nvim/lua/plugins/extras/lang/web/htmx.lua
2025-08-13 21:46:48 +02:00

19 lines
231 B
Lua

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