Daniel Hahler
Daniel Hahler
The trick that deoplete uses is to first use `echom` for additional info (traceback), then `redraw` and then `echom` for the main msg. This way you have it in `:messages`,...
@justinmk Please elaborate. Do you mean to do this from deoplete's `error_tb` (Python)? (https://github.com/Shougo/deoplete.nvim/blob/57d3f0c3cdfcfc1d91901a6d59d08f9008abd166/rplugin/python3/deoplete/util.py#L94-L101) deoplete uses `rpcnotify` to trigger the Python code.
@justinmk AFAIK a process becomes a zombie process for a parent's `wait`. So it looked to me like Neovim's loop handling might never trigger that `wait` for some reason, but...
For your use case you would just use `modkey + tab` once to switch back and forth, and if you want to go to W3 you would have to use...
There's also the variant with Shift, of course. (I might be missing something / misunderstanding it, of course)
Hmm, I still fail to see what is not working as expected. It basically uses the least-recently-used list. I.e. given the order is W1, W2, W3, W4: switching once gives...
You have to define `preset_for_offset` currently, but then in two places / override it completely. See https://github.com/blueyed/awesome-cyclefocus/pull/38 for an easier approach, please try it / provide feedback there.
Thanks! As per https://github.com/blueyed/awesome-cyclefocus/blob/679f74a85f6dfd45c6b4c03a235cbbcd28d05d36/init.lua#L921-L922 it is meant to be right-aligned (using a golden ratio), but I can see that centering it is what you might expect. I think moving your...
Yes, it should be possible by having a new filter for this.
Adjusted the title. Have you came up with something already, e.g. a custom filter?