vimerl
vimerl copied to clipboard
How to use g:erlangWranglerPath?
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.
Hi,
Yes, that's the idea :-)
/Oscar
Jian Meng [email protected] wrote:
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.
Reply to this email directly or view it on GitHub: https://github.com/oscarh/vimerl/issues/15
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