From 16dc6ff1d102850023e18b76e11897425a4d64ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Guimar=C3=A3es?= Date: Fri, 28 Dec 2018 08:58:30 -0600 Subject: [PATCH] Added hint to settings order under .vimrc This helps avoiding loading issues when the colorscheme is set before the plugin is loaded. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2237ca5..d2d8126 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Plug 'elzr/vim-json' ## :wolf: Use -Add the following to your `.vimrc`: +Add the following to your `.vimrc` (after the Plug declaration): ```vim colorscheme vim-monokai-tasty ```