Andrey Elizarov
Andrey Elizarov
How do you feel about adding support for appropriate `makeprg` into this plugin? Something like this should do: ``` :setlocal makeprg=java\ -cp\ .:/usr/local/Cellar/kotlin/1.3.10/libexec/lib/kotlin-stdlib.jar\ %:r:gs?^.?\\u&?Kt ``` ( `%` filename `:r` remove...
Adaptive thing should be working only if binding was not set. But it ignores existing key if exist and rebind 'last-window'. How to reproduce: add to tmux: ... unbind C-b...
Shouldn't it be a 'mean to get data' and not just 'wrapper around data'? So in your example `model` (in MVP context) should be provider of `List`.
rationally is as follows I'm running ergogen in docker and mounting output/ dir as external volume. When --clean is up ergogen is trying to `.removeSync()` whole output dir and fails...