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
Looks like it's not installing/creating the $HOME/.local/share/nvim/go directory, nore are you able to run :GoInstallBinaries post install.
$HOME/.local/share/nvim/go
:GoInstallBinaries
How to reproduce after XCode/command line tools is installed:
$ brew install python3 neovim ... $ pip3 install neovim ... $ nvim ... $ ls $HOME/.local/share/nvim plugged shada site swap undo view
The text was updated successfully, but these errors were encountered:
Additional notes:
$GOPATH/bin
mkdir -p $HOME/.local/share/nvim/go
nvim
:A
No alternate files
Sorry, something went wrong.
2cc672f
@XenoPhex got :A working through projectionist now. Thanks for looking into it. Sorry it took me so long to get to this issue.
And oh, pushed a commit that fixes fresh install by making that directory properly.
No branches or pull requests
Looks like it's not installing/creating the
$HOME/.local/share/nvim/go
directory, nore are you able to run:GoInstallBinaries
post install.How to reproduce after XCode/command line tools is installed:
$ brew install python3 neovim ... $ pip3 install neovim ... $ nvim ... $ ls $HOME/.local/share/nvim plugged shada site swap undo view
The text was updated successfully, but these errors were encountered: