add lsp rename popup window

thx to @LeonHeidelbach for fixing some outdated stuff in the original table : https://www.reddit.com/r/neovim/comments/ql4iuj/rename_hover_including_window_title_and/
This commit is contained in:
siduck 2022-06-01 14:50:01 +05:30
parent f78dc30508
commit d802e8e2a6
2 changed files with 58 additions and 1 deletions

View file

@ -147,7 +147,7 @@ M.lspconfig = {
["<leader>ra"] = {
function()
vim.lsp.buf.rename()
vim.lsp.buf.rename.float()
end,
" lsp rename",
},