mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 09:48:59 +02:00
fix(lsp): fixup lsp keymaps
This commit is contained in:
parent
a9c73bc7c3
commit
8ccc109e92
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ function M.resolve(buffer)
|
||||||
keymaps[keys.id] = keys
|
keymaps[keys.id] = keys
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
for _, keymap in ipairs(M.get()) do
|
||||||
|
add(keymap)
|
||||||
|
end
|
||||||
|
|
||||||
local opts = require("lazyvim.util").opts("nvim-lspconfig")
|
local opts = require("lazyvim.util").opts("nvim-lspconfig")
|
||||||
local clients = vim.lsp.get_active_clients({ bufnr = buffer })
|
local clients = vim.lsp.get_active_clients({ bufnr = buffer })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue