18 lines
231 B
Lua
18 lines
231 B
Lua
return {
|
|
{
|
|
"neovim/nvim-lspconfig",
|
|
opts = {
|
|
servers = {
|
|
htmx = {},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
ensure_installed = {
|
|
"htmx-lsp",
|
|
},
|
|
},
|
|
},
|
|
}
|