Michael van der Kamp
Michael van der Kamp
There are a lot of plugins using the sign column these days. Even just with neomake, using several linters together can lead to conflicts. It would be ideal if we...
Per [this comment](https://github.com/tpope/vim-dispatch/issues/166#issuecomment-834050654), I've added the status label part of the message to the quickfix title. This label is only added when the command completes, and when updating the quickfix...
Addresses #511 Allows modifying watch expressions in two ways: 1. Whether to show the watch expression in all frames as opposed to only the current frame 2. Whether to continually...
I was using the arrow keys to navigate around the UI and suddenly the debugger crashed, the program I was debugging along with it, and this traceback showed up. I've...
#210 was missing some safety checks. See [this comment](https://github.com/preservim/vimux/pull/210#issuecomment-1249577815). This PR adds guardrails to make sure that: - If `VimuxUseNearest` and `VimuxRunnerQuery` are both false/empty, we definitely don't try to...
# Problem The CI workflows are failing or not getting picked up by runners. ## Vint Failing: ``` Run vint . Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.0/x64/bin/vint", line 5,...
# Problem When `Vimux` fails because it tried to do something that's incompatible with the current tmux version, it fails mysteriously. This is because we don't check whether the system...
This is to follow up on discussion #1866 Currently this is still just the first step as discussed, but I figured a PR is a better place to look at...
Does so through the use of sign groups. Also: - Provide an `UpdatePudbBreakPoints` command - Provide options for configuring the breakpoint sign
Fixes #230 Four years ago `tmux` introduced a `-q` flag to `copy-mode`: https://github.com/tmux/tmux/commit/06c3079d66929e0c71575e877098fc533ae5f4a5 Using `copy-mode -q` on the runner instead of relying on the `q` mapping, which could be remapped,...