mirror of
1
0
Fork 0

Further clarified my_config docs

This commit is contained in:
James Braza 2023-09-16 18:55:32 -07:00 committed by GitHub
parent 68a4583553
commit a4975066a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -140,9 +140,9 @@ for example `colorscheme pyte`.
## How to include your own stuff?
After you have installed the setup,
create a `~/.vim_runtime/my_configs.vim` file for further customization.
The file's syntax matches `vimrc` syntax.
Start with a blank file and add lines like `set number` as you see fit.
create an empty `~/.vim_runtime/my_configs.vim` file for further customization.
This file's syntax matches `vimrc` syntax,
and add `vimrc` lines like `set number` as needed.
For instance, my `my_configs.vim` looks like this: