Ab T.
Ab T.
I'm not fully sure what you mean with the select mapping. In the code snippet, I map insert and select mode: ```lua vim.keymap.set({"i", "s"}, "", function() ls.jump( 1) end, {silent...
Thats one of the only things I really want in Neovim. Before I go down the endless rabbit hole of typical vim stuff, I'd just like to know is this...
Thanks for your answer! That's how I solved the issue for now, but I don't understand why it is disconnecting in the first place? A re-render should not change anything...