From 255716d42c09d024de6cadf6f8c49ae4b2a374a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20S=C3=A1nchez=20Villaf=C3=A1n?= Date: Wed, 1 Aug 2018 22:13:02 -0500 Subject: [PATCH] Updated README.md install instructions (#21) * Updated README.md install instructions Included bare vim installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ba9af72..bf5cd83 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ Install Plug 'crusoexia/vim-monokai' +### Manually + +```bash +mkdir -p ~/.vim/colors +``` + +Download the `colors/monokai.vim` file from the repo to `~/.vim/colors` + Usage -----