diff --git a/tips.md b/tips.md index 9f076f4..d77bd25 100644 --- a/tips.md +++ b/tips.md @@ -2,7 +2,7 @@ ### Automatic installation -Place the following code in your .vimrc before `plug#begin()` call +_Place the following code in your .vimrc before `plug#begin()` call_ ```vim if empty(glob('~/.vim/autoload/plug.vim')) @@ -24,9 +24,9 @@ Resort to this only if git cannot get updated certificates or if Github has TLS/ You can even go a step further and make `:PlugInstall` run on startup if there are any missing plugins. -```vim -" Put this code before Plug block (plug#begin ~ plug#end) +_Place the following code in your .vimrc before `plug#begin()` call_ +```vim " Install vim-plug if not found if empty(glob('~/.vim/autoload/plug.vim')) silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs