mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Update path to colors directory in syntax highlighting docs
This commit is contained in:
parent
5730ad9376
commit
075f84cbea
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user