feat(lsp): add LspRestart keymap

This commit is contained in:
Kevin Traver 2024-06-13 22:25:45 -06:00
parent 7bebc40333
commit d8e23f40ba

View file

@ -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" },