1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00

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

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: