small updates around the place

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-02-20 21:00:17 -06:00
parent 4413cd4960
commit af4a920551
6 changed files with 38 additions and 27 deletions

View file

@ -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")