Merge pull request #4480 from migueldvb/docs

doc: Update path to colors directory in syntax highlighting docs
This commit is contained in:
Justin M. Keyes
2016-03-20 21:31:58 -04:00

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.