aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Kempson <chriskempson@users.noreply.github.com>2017-03-13 07:01:57 +1100
committerGitHub <noreply@github.com>2017-03-13 07:01:57 +1100
commit402ca23be2631b0b9e0e500211ac1fd8d6cc7ce0 (patch)
tree53c48539f24eb0f629f7e9535bf25d9d116de7e2 /README.md
parentb6a4075594806b0d9d7759506b6e84fcec8b22c1 (diff)
parent0b8f0654976b38609201b81656fec3b72af458d3 (diff)
Merge pull request #136 from houjunchen/vim-plug
Add vim-plug setup in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 097a647..9ac8016 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,12 @@ Add `colorscheme base16-default-dark` to your `~/.vimrc`.
Add the following to your `~/.vimrc` file and run `PluginInstall` in Vim.
Plugin 'chriskempson/base16-vim'
-
+
+### vim-plug
+Add the following to your `~/.vimrc` file and run `PlugInstall` in Vim.
+
+ Plug 'chriskempson/base16-vim'
+
### Pathogen
cd ~/.vim/bundle
@@ -49,4 +54,4 @@ If your Vim looks like the above image you are using a 256 terminal theme withou
### Blue line numbers
![blue line numbers screenshot](https://raw.github.com/chriskempson/base16-vim/master/with-base16colorspace-256-without-base16-shell.png)
-If your Vim looks like the above image you are setting `let base16colorspace=256` in your `~/.vimrc` but either not running [Base16 Shell](https://github.com/chriskempson/base16-shell) or [Base16 Shell](https://github.com/chriskempson/base16-shell) is not working for your terminal. Either ensure [Base16 Shell](https://github.com/chriskempson/base16-shell) is working by running the `colortest` available in the [Base16 Shell](https://github.com/chriskempson/base16-shell) repository or not setting `let base16colorspace=256` in your `~/.vimrc`. \ No newline at end of file
+If your Vim looks like the above image you are setting `let base16colorspace=256` in your `~/.vimrc` but either not running [Base16 Shell](https://github.com/chriskempson/base16-shell) or [Base16 Shell](https://github.com/chriskempson/base16-shell) is not working for your terminal. Either ensure [Base16 Shell](https://github.com/chriskempson/base16-shell) is working by running the `colortest` available in the [Base16 Shell](https://github.com/chriskempson/base16-shell) repository or not setting `let base16colorspace=256` in your `~/.vimrc`.