Evgeni Kolev
Evgeni Kolev
Sorry, I copy-pasted incorrectly. User should set `g:tmuxline_theme` Let me know if you run into any issues.
Hi, and thanks for this package. I ran into the following issue: - with the following text: ``` function test { "hello1" "hello2" } ``` - place cursor on "hello1"...
I ran into the following unwanted side effect: with the above example`vii` selects the closing curly bracket, but it shouldn't select it.
This isn't related to vim-vinegar. I've seen this before installing it. I've fixed it by removing these 3 lines from my vimrc https://github.com/edkolev/dots/blob/2ade8ec0d427d7d0b087379239f0d893276ec1f9/vimrc#L297-L299 Not sure which one of them was...