You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, lsp.hover behaves differently with typescript-tools from any other lips I have installed. One keymap automatically moves the cursor inside a panel just like If I'd press the keybinding twice.
I have the issue that hover does not work at all, used to have a keybind that called vim.lsp.buf.hover() and it does not matter even if i call it via a command i don't get the information anymore.
For some reason, lsp.hover behaves differently with typescript-tools from any other lips I have installed. One keymap automatically moves the cursor inside a panel just like If I'd press the keybinding twice.
Screen.Recording.2024-11-19.at.22.59.05.mov
my configuration is totally default
https://github.com/dmtrKovalenko/my-nvim-config/blob/238fdede83d784abcab23886a17859174648a28b/init.lua#L244-L248
setup is simple as well with a shared function (and custom handlers are not the reason tripple checked)
https://github.com/dmtrKovalenko/my-nvim-config/blob/238fdede83d784abcab23886a17859174648a28b/init.lua#L1018-L1021
The text was updated successfully, but these errors were encountered: