small updates around the place
This commit is contained in:
parent
4413cd4960
commit
af4a920551
6 changed files with 38 additions and 27 deletions
|
@ -113,6 +113,7 @@ local on_attach = function(client, bufnr)
|
|||
layout_config = { width = 0.25, height = 0.35 },
|
||||
}
|
||||
|
||||
nmap("<leader>lR", "<cmd>LspRestart<cr>", "Restart LSP")
|
||||
nmap("<leader>lr", vim.lsp.buf.rename, "[R]ename")
|
||||
nmap("<leader>la", vim.lsp.buf.code_action, "Code [A]ction")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue