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