nvim: lsp: shorter rename keymap
This commit is contained in:
parent
673af86eaa
commit
d6b2f4ff4c
|
@ -27,7 +27,7 @@ packer.use {
|
|||
map('n', '<Leader>lwl', function()
|
||||
print(vim.inspect(vim.lsp.buf.list_workspace_folders()))
|
||||
end)
|
||||
map('n', '<Leader>lrn', vim.lsp.buf.rename)
|
||||
map('n', '<Leader>lr', vim.lsp.buf.rename)
|
||||
map('n', '<Leader>la', vim.lsp.buf.code_action)
|
||||
map('n', '<Leader>lf', vim.lsp.buf.formatting)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user