vim.lsp.buf.hover() key map
Closed this issue · 1 comments
looshch commented
vim.keymap.set("n", "K", vim.lsp.buf.hover)
is built-in since Neovim v0.10. #119 removes it.
looshch commented
hey @ThePrimeagen, have you had a chance to look into it?
Closed this issue · 1 comments
vim.keymap.set("n", "K", vim.lsp.buf.hover)
is built-in since Neovim v0.10. #119 removes it.
hey @ThePrimeagen, have you had a chance to look into it?