Patrick Pichler
Patrick Pichler
It seems as if you are new to neovim and therefore I would highly recommend you to read up on the documentation. In the end, the lines you copied on...
Ah ok! Which version of neovim are you using?
Sorry for the very late response, is the problem still there? I am pretty sure it is caused by the LSP not being fully initialised and hence will hang when...
Do you by any chance have a minimal example config for me to test this?
I managed to reproduce the issue with lazy. I am on vacation this week though and will have a look at it next weekend!
Alright, I found the issue @msoares1979. The config needs to look like this: ```lua return { 'patrickpichler/hovercraft.nvim', dependencies = { { 'nvim-lua/plenary.nvim' }, }, debug = true, -- this is...
I will close this issue. Feel free to reopen it, if needed.
Hey 🙂 Can you give me an example of what exactly you want to achieve? E.g. if I create a buffer with `ft=c` with the following content (ignoring that this...
That is interesting! Can you share some code snippet and man pages for me to test?
Good question! I haven't looked at `hover.nvim` in quite a bit and to be completely honest I do not exactly recall what didn't fit my workflow back then 😅 I...