rename with lsp

This commit is contained in:
Christoph J. Scherr 2024-01-20 19:06:50 +01:00
parent 59f952ce13
commit 0565990621
No known key found for this signature in database
GPG key ID: 7CDD0B14851A08EF

View file

@ -171,6 +171,12 @@ M.lspconfig = {
end,
"Goto next",
},
["<leader>cr"] = {
function()
require("nvchad.renamer").open()
end,
"LSP rename",
},
},
}