mirror of
https://github.com/neovim/neovim
synced 2025-07-19 18:51:46 +00:00
vim-patch:7c8bbc6: runtime(doc): use mkdir -p to save a command
closes: vim/vim#155997c8bbc6d28
Co-authored-by: Ughur Alakbarov <58857108+ugur-a@users.noreply.github.com> (cherry picked from commit5f81c36934
)
This commit is contained in:
committed by
github-actions[bot]
parent
8aea03f7b2
commit
797f524337
@ -152,8 +152,7 @@ add a few items or change the highlighting, follow these steps:
|
||||
1. Create your user directory from 'runtimepath', see above.
|
||||
|
||||
2. Create a directory in there called "after/syntax". For Unix: >
|
||||
mkdir ~/.config/nvim/after
|
||||
mkdir ~/.config/nvim/after/syntax
|
||||
mkdir -p ~/.config/nvim/after/syntax
|
||||
|
||||
3. Write a Vim script that contains the commands you want to use. For
|
||||
example, to change the colors for the C syntax: >
|
||||
|
Reference in New Issue
Block a user