Martín Fernández

Results 49 comments of Martín Fernández

WSL2 support is also working when running bash in the sshed powershell session

I'm having the same issue, already executed both commands and no luck.

:echo ReadLink(g:gocode_path) ``` E121: Undefined variable: g:gocode_path E116: Invalid arguments for function ReadLink(g:gocode_path) E15: Invalid expression: ReadLink(g:gocode_path) ``` :echo ReadLink(@%) ``` readlink: illegal option -- f usage: readlink [-n] [file...

Yes, installed coreutils through brew and made the symlink.

Same output ``` readlink: illegal option -- f usage: readlink [-n] [file ...] ```

Can your provide me any orientation on where the issue could be. Thanks for the help either way!

``` which brew /usr/local/bin/brew which readlink /usr/bin/readlink ```

I changed my .zshrc file to fix the problem with the order of paths. Now my output is correct. ``` which readlink /usr/local/bin/readlink ``` I'm still having the same issue....

It shows me the correct GOPATH.