Eric Wong
Eric Wong
@tpope hello, I have tried https://github.com/plasticboy/vim-markdown and https://github.com/gabrielelana/vim-markdown both of them are too slow when hold on j/k to move cursor. so now I want to use your plugin, and...
@tpope I just test this issue, and this patch fix the issue, ```diff diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 14d288b..d2a04c5 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -64,8 +64,8 @@ syn match...
I have no other irc bridged to this matrix room
There are too many, and I can not do that one by one.
what's the status of this PR, is it able to be merged?
@blueyed It is reproduceable in neovim, you can checkout the travis-ci status of spacevim master branch, all nvim test is failed.
sorry, I do not remember, it has been a long time with failed build.
@idanarye what is the status of jdb support? I want to use this in java project.
agree with @echasnovski , I do not think the sub command section and version release section should be merged into neovim main doc. there should be a guide to avoid...
It is not good idea to use sub command if the command is readable. for example FooInstall and FooUninstall is easy to understand. I think when same action need more...