Jan Scheer
Jan Scheer
I had the same issue as OP and solved it by switching from TPM to snippet in `tmux.conf`. macOS Catalina, Mac Terminal, tmux 3.0a, NVIM v0.4.3
> I've tweaked it locally with: > > ```yaml > "ui.bufferline" = { fg = "base03", bg = "base0" } > "ui.bufferline.active" = { fg = "base0", bg = "base03"...
Hi, the error message is in the title.
I was facing the same problem and found out, that (at least in my case) what was called under the hood wasn't `equals` but `indexOf`. The same was true for...