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:
parent
f78dc30508
commit
d802e8e2a6
2 changed files with 58 additions and 1 deletions
|
@ -147,7 +147,7 @@ M.lspconfig = {
|
|||
|
||||
["<leader>ra"] = {
|
||||
function()
|
||||
vim.lsp.buf.rename()
|
||||
vim.lsp.buf.rename.float()
|
||||
end,
|
||||
" lsp rename",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue