avoid overriding default vim.lsp functions
read https://github.com/NvChad/NvChad/discussions/1180
This commit is contained in:
parent
4a603d1a1d
commit
700801b313
3 changed files with 61 additions and 59 deletions
|
@ -147,7 +147,7 @@ M.lspconfig = {
|
|||
|
||||
["<leader>ra"] = {
|
||||
function()
|
||||
vim.lsp.buf.rename.float()
|
||||
require("ui.renamer").open()
|
||||
end,
|
||||
" lsp rename",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue