From 05659906215273c56cb95fbd61e03a5991de3c7a Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 20 Jan 2024 19:06:50 +0100 Subject: [PATCH] rename with lsp --- lua/custom/mappings.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index 5804515..33c31e8 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -171,6 +171,12 @@ M.lspconfig = { end, "Goto next", }, + ["cr"] = { + function() + require("nvchad.renamer").open() + end, + "LSP rename", + }, }, }