diff options
Diffstat (limited to 'lua/core/maps.lua')
-rw-r--r-- | lua/core/maps.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/core/maps.lua b/lua/core/maps.lua index 61617cf..8c291e4 100644 --- a/lua/core/maps.lua +++ b/lua/core/maps.lua @@ -13,6 +13,10 @@ local maps = { end, "Toggle 80 column hint", }, + ["<Leader>r"] = { + vim.lsp.buf.rename, + "Rename with LSP" + }, }, t = { |