mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(lsp): add LspRestart keymap
This commit is contained in:
parent
7bebc40333
commit
d8e23f40ba
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ function M.get()
|
|||
-- stylua: ignore
|
||||
M._keys = {
|
||||
{ "<leader>cl", "<cmd>LspInfo<cr>", desc = "Lsp Info" },
|
||||
{ "<leader>cL", "<cmd>LspRestart<cr>", desc = "Lsp Restart" },
|
||||
{ "gd", vim.lsp.buf.definition(), desc = "Goto Definition", has = "definition" },
|
||||
{ "gr", vim.lsp.buf.references(), desc = "References", nowait = true },
|
||||
{ "gI", vim.lsp.buf.implementation(), desc = "Goto Implementation" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue