Update path to colors directory in syntax highlighting docs

This commit is contained in:
Miguel de Val-Borro 2016-03-20 21:22:51 -04:00
parent 5730ad9376
commit 075f84cbea

View File

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