Senghan Bright
Senghan Bright
I have the same issue at the moment. I've installed neovim-gui-shim, and changed 'GuiFont' and 'GuiLinespace' settings, but the cursor is still out of sync. There's also an issue with...
Hi. Do you have a `Normal` highlight group defined? I'll cater for when it's missing (I just did this for another plugin that used similar colors code). Just curious if...
I've done quite a bit of refactoring before I tested sessions, and didn't seem to have any issues. This is after having implemented support for tabpages though, which may have...
What do you have `sessionoptions` set to? I believe if you remove `blank` from `sessionoptions` it fixes the problem. I can't immediately think of another way to exclude the plugins...
The settings I'm using are `sessionoptions = "buffers,curdir,folds,tabpages,winsize"`. I used your settings without issue, it's only introducing `blank` that makes the problem appear for me: https://streamable.com/cdahjh I'm not sure what...
There's also a `debug=true` config flag which gives some insight into what's happening. It's not very usable as it is, because it floods the message area and demands 'press return...
I"ve implemented closing overlays from the previous tab when you switch between them. However, at the moment this introduces an issue with closing the tabs: https://github.com/neovim/neovim/issues/11440
I'll need more info. Is this happening on a single (unshaded) window?
That should already be in place. How is it you're resizing splits? It works here with mouse dragging the separator, and with the `` controls.
Hi, sorry for the delay in getting to this. I don't use cmp - can you show me what the expected result is? It's hard to tell what the problem...