-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readme typo #39
Comments
|
@eric-hansen Hmmmm... But this does not work for me:
Can you test please, if you use vim-plug? |
I don't use vim-plug. Are you using Vim or Neovim? |
Neovim v0.6.1 |
I tested and I indeed have the same issue using |
But it does work with |
Yes, this is what I have:
Using |
|
I'll do the changes, but first @UnkwUsr why do you think |
Sorry, my bad. I was using old version of vim-plug, so I had errors without setting custom branch. On latest version of vim-plug (0.11.0) it works fine without branch setting. |
In Installation section:
https://github.com/mickael-menu/zk-nvim/blob/b13a191fbbfe427d1aadaf41419520c43abee141/README.md?plain=1#L16-L19
I'm sorry, but this would not work, as
"
is actually a comment in vimscript. Should be'
.UPD: moreover, there should be custom branch setting:UPD2: latest version of vim-plug (0.11.0) have no need in custom branch setting.
The text was updated successfully, but these errors were encountered: