mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
Update path to colors directory in syntax highlighting docs
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user