From b2f40ede0f4f2812b629c8fb8b3a10fdd782da68 Mon Sep 17 00:00:00 2001 From: Kris Luminar Date: Fri, 23 Feb 2018 10:47:44 -0600 Subject: [PATCH] Make directions a little more explicit I had a bit of trouble figuring out where to put this stuff before I figured out it was supposed to live in my `.vimrc` file. Maybe this will save some time for the next developer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d785b..0b69bf2 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neov - Automatically executes `filetype plugin indent on` and `syntax enable`. You can revert the settings after the call. e.g. `filetype indent off`, `syntax off`, etc. -#### Example +#### Example .vimrc file ```vim " Specify a directory for plugins