-
Hi! Edit: Not hover hint position, position of the run window |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey 👋 About the position: I'm not sure if it's possible to change that. I'd look at Otherwise, I'd recommend asking the Neovim community - this sounds like it's not specific to this plugin. About the second issue: rust-analyzer tries to detect if it can run or debug a function and if it can, it'll add an option to the hover response. |
Beta Was this translation helpful? Give feedback.
Alright I have solder this.
So to have terminal you have to use different split option. For my case it was
vim.o.splitbelow = true
.For second thing. LSPzero has problem with rust-analyzer/OG LSP and there is this overriding of hover. I have disabled LSP zero and it workss ifne.