return {}
end
local spec = vim.tbl_extend("force", {}, M.get())
- local opts = LazyVim.opts("nvim-lspconfig")
+ local opts = rmz.lazy.opts("nvim-lspconfig")
local clients = rmz.lsp.get_clients({ bufnr = buffer })
for _, client in ipairs(clients) do
local maps = opts.servers[client.name] and opts.servers[client.name].keys or {}