add nvchad ui plugin

This commit is contained in:
siduck 2022-07-14 17:42:00 +05:30
parent b9f0e4623e
commit fb9a7b9206
3 changed files with 4 additions and 2 deletions

View file

@ -167,7 +167,7 @@ M.lspconfig = {
["<leader>ra"] = {
function()
require("nvchad.ui.renamer").open()
require("nvchad_ui.renamer").open()
end,
" lsp rename",
},