Skip to content
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

Breaks using the leader key for button remaps or breaks being able to use netrw #5

Open
luckycold opened this issue Apr 12, 2023 · 3 comments

Comments

@luckycold
Copy link

luckycold commented Apr 12, 2023

I'm a tad new to vim and have been using neovim to get this working. I ran this through my plugin manager and I have my leader key with p+v set to open netrw. For some reason when I attempt to do this, it says that the command for netrw no longer exists. I'm not sure what about this plugin causes it to break, but after I remove it netrw works fine again.

@luckycold
Copy link
Author

It might have to do with the variable name "result" being a global variable. That's mostly just a guess though.

@CoderCookE
Copy link
Owner

I've added a prefix to the globally scoped result, 67cfc3a let me know if that fixes it.

@luckycold
Copy link
Author

I tested it again @CoderCookE, still seems to break netrw. It gives me back this error:

E5108: Error executing lua: Command not found: Ex
stack traceback:
        [C]: at 0x55fa02f2e54a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants