-
Notifications
You must be signed in to change notification settings - Fork 51
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
Namespace conflict with notomo/promise.nvim #8
Comments
Forget all of the above. The root cause is a namespace conflict with https://github.com/notomo/promise.nvim. |
Even though I have no idea to fix it, please show path about |
Both installed with vim-plug. If you see on that repo, they use The best solution is probably to upstream either one of these into neovim. |
I think ufo can add post-installation to install |
@romgrk
|
Neovim version (nvim -v | head -n1)
0.8.0-dev
Operating system/version
archlinux
How to reproduce the issue
Expected behavior
Plugin works
Actual behavior
There are a few issues, first one is:
It is solved by add
require('promise').new(...)
here:nvim-ufo/lua/ufo/utils.lua
Line 104 in cf7dc7f
The second issue (after fixing the one above) is:
The text was updated successfully, but these errors were encountered: