Skip to content

Instantly share code, notes, and snippets.

@a2800276
Created May 30, 2020 09:58
Show Gist options
  • Save a2800276/79484b1dcaaab2eda29afd6b6ede8bf3 to your computer and use it in GitHub Desktop.
Save a2800276/79484b1dcaaab2eda29afd6b6ede8bf3 to your computer and use it in GitHub Desktop.
# it's not a plugin but a package.
:help packages
:help packpath
:set packpath # figure out runtime dir to dump stuff ..., typically:
~/.local/share/nvim/site
#below that, create
/pack/go/start
# and clone plugin into it...
$ mkdir ~/.local/share/nvim/site/pack/go/start
$ cd ~/.local/share/nvim/site/pack/go/start
$ git clone git@github.com:fatih/vim-go.git
:GoInstallBinaries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment