Brian Thompson
Brian Thompson
Fixes #157
Fixes #124
I love the plugin and appreciate the work you put in to make it possible. ## Question I'm not a filing a bug report but just asking a question or...
## Versions ### OS version PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ### vim and vim-markdown versions vim: 8.2-1-3033 vim-markdown: master ## Problem ### Bug Take this...
Given the following Markdown: ```md This is an article (*some italic*) that has (**some bold**) some formatting bugs. ``` When rendering in Vim, italic-formatted and bold-formatted text are usually shown...
Is it possible to automatically start wasavi in input mode on focus? I read the docs, tried a [few commands](https://stackoverflow.com/ questions/11464088/how-do-i-start-vim-in-insert-mode), and also checked the wasavi commands available, but nothing...
#141 is already opened. I've tested this in my local environment and it works great.
I love this plugin and have used it on Mac and Windows, and now Ubuntu. It's very functional on all the OSes. The only problem that I have with my...
I'm using the Debian testing branch and trying to install the latest .deb package with "dpkg -i -a gitify_4.2.1_amd64.deb" or with "sudo apt install gitify_4.2.1_amd64.deb", I get the same error...
I tried building the plugin with Java 17, but the `link_linux.sh` script explicitly looks for Java 11. It would be helpful to have that in the documentation. I will put...