diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-25 01:42:24 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-25 01:47:29 +0200 |
commit | 68636ef01a9c3c758379d25dc85d68d649a156e2 (patch) | |
tree | ccda398a627cd08a4cd2e0a4537f147614712fb9 /lua/config/lsp.lua | |
parent | 4b90644bc355441d05fb1a217e7d828f1cfd77b8 (diff) |
checkpoint
Diffstat (limited to 'lua/config/lsp.lua')
-rw-r--r-- | lua/config/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index e94966a..346f791 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -2,7 +2,7 @@ local map = vim.keymap.set map("n", " la", vim.lsp.buf.code_action) map("n", "gd", vim.lsp.buf.definition) -map("n", " lr", vim.lsp.buf.rename) +map("n", " r", vim.lsp.buf.rename) map("n", " li", vim.lsp.buf.implementation) map("n", " lh", vim.lsp.buf.signature_help) map("n", " lt", vim.lsp.buf.typehierarchy) |