rename with lsp
This commit is contained in:
parent
59f952ce13
commit
0565990621
1 changed files with 6 additions and 0 deletions
|
@ -171,6 +171,12 @@ M.lspconfig = {
|
||||||
end,
|
end,
|
||||||
"Goto next",
|
"Goto next",
|
||||||
},
|
},
|
||||||
|
["<leader>cr"] = {
|
||||||
|
function()
|
||||||
|
require("nvchad.renamer").open()
|
||||||
|
end,
|
||||||
|
"LSP rename",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue