We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In README, I see this:
Set the location of the Wrangler tool: (default: "/usr/share/wrangler/") g:erlangWranglerPath
Do you mean i add a line like this to ~/.vimrc.
g:erlangWranglerPath = path/to/wrangler.
The text was updated successfully, but these errors were encountered:
Hi,
Yes, that's the idea :-)
/Oscar
Jian Meng reply@reply.github.com wrote:
Reply to this email directly or view it on GitHub: #15
Sorry, something went wrong.
I have try a that way by add following to my .vimrc,
g:erlangWranglerPath "/usr/local/lib/erlang/lib/wrangler-1.0/"
But fail with vim error :
E486: 找不到模式: erlangWranglerPath "/usr/local/lib/erlang/lib/wrangler-1.0/" 请按 ENTER 或其它命令继续
So I change the default url in code
No branches or pull requests
In README, I see this:
Set the location of the Wrangler tool: (default: "/usr/share/wrangler/")
g:erlangWranglerPath
Do you mean i add a line like this to ~/.vimrc.
g:erlangWranglerPath = path/to/wrangler.
The text was updated successfully, but these errors were encountered: