-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to install the plugin using lazy vim #4
Comments
Hi Sorry for my late response. Could you please share the screenshot with the error? Currently, I am using lazy as my plugin manager and it still works well.. |
@dinhhuy258 I'll answer since i'm facing the same problem. I am using this lazyvim plugin file to load the plugin : return {
"dinhhuy258/vim-local-history",
branch = "master",
build = ":UpdateRemotePlugins",
} The python module is installed:
I get no special errors or warning from nvim when starting up.
But |
Hi @eltribehou could you please try to run following commands.
Thank you |
I wanted to install this plugin with lazy vim but was unable to do so.
Here is my lua file in lua/plugins for the plugin
The text was updated successfully, but these errors were encountered: