diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-12-25 17:52:38 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-12-25 17:52:38 +0530 |
commit | bced18b1228a124dfc5d3087cf511dc6ac0b23b9 (patch) | |
tree | 1263e71adf734ce7f17408a0a173cf3313c71fa5 /lua | |
parent | 17ca34b2798f7bfb4433251994375296ecce4540 (diff) |
Diffstat (limited to '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 = { |