diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-03-20 21:31:58 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-03-20 21:31:58 -0400 |
commit | 2e2b5759cf806b5ca1d4e94316d40acb17878ae2 (patch) | |
tree | e07cf4183d3c9a2afe98daa19a9fccf89939f73e | |
parent | 5730ad937672d9bb778aee6889c2de084942f9ba (diff) | |
parent | 075f84cbea69a3c554d04235de5d9db1ee5c60bd (diff) | |
download | rneovim-2e2b5759cf806b5ca1d4e94316d40acb17878ae2.tar.gz rneovim-2e2b5759cf806b5ca1d4e94316d40acb17878ae2.tar.bz2 rneovim-2e2b5759cf806b5ca1d4e94316d40acb17878ae2.zip |
Merge pull request #4480 from migueldvb/docs
doc: Update path to colors directory in syntax highlighting docs
-rw-r--r-- | runtime/doc/usr_06.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_06.txt b/runtime/doc/usr_06.txt index 1cb3eb8673..b4b495ff9f 100644 --- a/runtime/doc/usr_06.txt +++ b/runtime/doc/usr_06.txt @@ -152,7 +152,7 @@ You could also write your own color scheme. This is how you do it: directory. For Unix, this should work: > !mkdir -p ~/.config/nvim/colors - !cp $VIMRUNTIME/colors/morning.vim ~/.vim/colors/mine.vim + !cp $VIMRUNTIME/colors/morning.vim ~/.config/nvim/colors/mine.vim < This is done from Vim, because it knows the value of $VIMRUNTIME. |