Added hint to settings order under .vimrc

This helps avoiding loading issues when the colorscheme is set
before the plugin is loaded.
This commit is contained in:
George Guimarães
2018-12-28 08:58:30 -06:00
parent 49f198e9bd
commit 16dc6ff1d1

View File

@@ -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
```