Created
May 30, 2020 09:58
-
-
Save a2800276/79484b1dcaaab2eda29afd6b6ede8bf3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 [email protected]:fatih/vim-go.git | |
:GoInstallBinaries |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment