nyngwang
nyngwang
@tqchen Does your implementation include the Alg.2 of your original paper?
I have no problem with this. Why not just `set -g status-right 'Continuum status: #{continuum_status}'`?
No, it does save. My settings: ``` set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' ## set -g @resurrect-dir '~/.local/share/tmux/resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g...
I just experience a similar issue too, with neo-tree.nvim: https://github.com/nvim-neo-tree/neo-tree.nvim/issues/325. This is the DEMO from the link to save you a click for browsing: https://user-images.githubusercontent.com/24765272/165289003-a65f2117-f3fe-4ff6-8ed6-6de143b3751b.mov
I have the same issue. __Original:__ __After exit Goyo:__ The top-right corner cannot showing the tab numbers after exit.
@anafvana Many many thanks for your comments. Now I know that someone was trying to save the world 17days ago. In addition, I need to add this autocmd to trigger...
@RRethy: While it is necessary in my case. You might see the problem from my config: ``` vim.api.nvim_set_var('Hexokinase_highlighters', {'backgroundfull'}) use { 'RRethy/vim-hexokinase', run = 'cd ~/.local/share/nvim/site/pack/packer/start/vim-hexokinase && make hexokinase' }...
> @RRethy: While it is necessary in my case. You might see the problem from my config: > > ``` > vim.api.nvim_set_var('Hexokinase_highlighters', {'backgroundfull'}) > use { > 'RRethy/vim-hexokinase', > run...
I just made an update. Could you try it and tell me the result?
I think this is achievable now after the breaking change(s) done in #20