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
Hello! So I just updated onedark and it includes #271. I read through the description and briefly tried a couple things but couldn't get this to work. I also made sure to update my term colorscheme to the latest. A while back I created this #197, which was a lifesaver. I have pointed that out to countless people who always seem to get stuck on it. After the update I now have this issue again. For example:
This is just using the default hover that Neovim ships with when using vim.lsp.buf.hover(). I have this in my init file:
I was able to get this worked out. There are some issues with autocmds on the nightly of Neovim causing them to behave differently. Just needed to move some stuff around in order to get it to work.
Hello! So I just updated onedark and it includes #271. I read through the description and briefly tried a couple things but couldn't get this to work. I also made sure to update my term colorscheme to the latest. A while back I created this #197, which was a lifesaver. I have pointed that out to countless people who always seem to get stuck on it. After the update I now have this issue again. For example:
This is just using the default hover that Neovim ships with when using
vim.lsp.buf.hover()
. I have this in my init file:How can I correctly mimic this with the new changes?
Terminal Emulator Info
Output From
vim --version
The text was updated successfully, but these errors were encountered: