William Bille Meyling
William Bille Meyling
@rmagatti I have an idea. It seems that the problem is that there is no way to trigger an event before the cwd is changed. At VimEnter and at DirChanged...
Yea, that's a good point - I missed that. An alternative solution would be to save the session every time a single tiny change is made (resize window etc.), but...
Any progress on this? I am developing a plugin ([opener.nvim](https://github.com/willthbill/opener.nvim)) with a custom telescope extension, and I have had similar problems with telescope. Folding does not work if I restore...
The following configuration in `~/.ipython/profile_default/ipython_config.py`, makes it much more comfortable to work with. ``` c.TerminalInteractiveShell.editing_mode = 'vi' c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False c.TerminalInteractiveShell.timeoutlen = 0.25 ``` `c.TerminalInteractiveShell.timeoutlen` has a default value of...
@rmagatti Do you have any thoughts on this. Could it be a potential bug in auto-session? Or am I missing a simple fix. I don't understand all the technical details...
That makes sense. Unfortunately it seems that automatically shutting down clients/servers (idk what to call them, clients that communicate with a server) is on the 0.9 todos https://github.com/neovim/neovim/issues/14430
Whats is the status of this issue? It would be very useful for my team. I am no expert in prefect, but my thoughts on this are: 1. Implementation-wise the...
Any updates on this?