@@ -622,7 +622,7 @@ a part of the function declaration or not?)
622
622
### Struct split and join
623
623
There is a great plugin that allows you to split or join Go structs. It's
624
624
actually not a Go plugin, but it has support for Go structs. To enable it add
625
- plugin directive between the ` plug ` definition into your ` vimrc ` and run
625
+ plugin directive between the ` plug ` definition into your ` vimrc ` , then do a ` :source ~/.vimrc ` in your vim editor and run
626
626
` :PlugInstall ` . Example:
627
627
628
628
``` vim
@@ -662,7 +662,7 @@ Vim-go supports two popular snippet plugins.
662
662
[ Ultisnips] ( https://github.com/SirVer/ultisnips ) and
663
663
[ neosnippet] ( https://github.com/Shougo/neosnippet.vim ) . By default,
664
664
if you have ` Ultisnips ` installed it'll work. Let us install ` ultisnips `
665
- first. Add it between the ` plug ` directives in your ` vimrc ` and then run
665
+ first. Add it between the ` plug ` directives in your ` vimrc ` , then do a ` :source ~/.vimrc ` in your vim editor and then run
666
666
` :PlugInstall ` . Example:
667
667
668
668
``` vim
@@ -977,7 +977,7 @@ let g:molokai_original = 1
977
977
colorscheme molokai
978
978
```
979
979
980
- After that restart Vim and call ` :PlugInstall ` . This will pull the plugin
980
+ After that restart Vim and call ` :source ~/.vimrc ` , then ` : PlugInstall` . This will pull the plugin
981
981
and install it for you. After the plugin is installed, you need to restart Vim
982
982
again.
983
983
@@ -1162,7 +1162,7 @@ a certain plugin. The commands are:
1162
1162
First let us enable these two commands by installing the necessary plugin. The
1163
1163
plugin is called [ ctrlp] ( https://github.com/ctrlpvim/ctrlp.vim ) . Long-time Vim
1164
1164
users have it installed already. To install it add the following line between
1165
- your ` plug ` directives and call ` :PlugInstall ` to install it:
1165
+ your ` plug ` directives, then do a ` :source ~/.vimrc ` in your vim editor and call ` :PlugInstall ` to install it:
1166
1166
1167
1167
``` vim
1168
1168
Plug 'ctrlpvim/ctrlp.vim'
0 commit comments