From 55c8786c3c7e60aa2eedd2539e0c1b6b4e066759 Mon Sep 17 00:00:00 2001 From: Daniil Zhilin Date: Mon, 8 Jan 2018 18:19:37 +0300 Subject: [PATCH] Add a clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d785b..f54fa41 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' ### Usage -Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neovim): +Add a vim-plug section to the top of your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neovim): 1. Begin the section with `call plug#begin()` 1. List the plugins with `Plug` commands