Jan Ph. H.

Results 467 comments of Jan Ph. H.
trafficstars

It is not sufficient to use the more optimal [graph-based implementation](https://github.com/Wilfred/difftastic), because "Performance. Difftastic scales poorly on files with a large number of changes. This might be solved by A*...

more complete Linux only solution explained in https://catern.com/ideas.html implemented in https://github.com/catern/supervise

fix is likely something along `vim.o.statusline = "%!v:lua.require'my_statusline'.setup()"`

Even overseer.nvim has ~~significant~~ problems for more advanced things like 1. storing and validating outputs, https://github.com/stevearc/overseer.nvim/issues/230 2. ui issues around shortcuts for tasks https://github.com/stevearc/overseer.nvim/issues/225 3. doing dependency logic as system...

> mini.jump, mini.ai, mini.bracketed I think this would apply to all plugins, likely even user commands. > I think it would be cool if modules that deal with movements were...

I believe the use case of window jumping is better satisfied with 1. modal modes and 2. having a saner per window headline/statusline configuration, 3. using something more simple like...

For example https://github.com/stevearc/oil.nvim [oil.nvim](https://this-week-in-neovim.org/2023/Jan/23#updates) makes netrw superfluous with remote server support for basic file operations. I find `IMPROVING BROWSING *netrw-listhack* *netrw-ssh-hack*` to be general useful. 1. I dont see yet...