From a4975066a99c283fdad4675c18be8a745acd0cde Mon Sep 17 00:00:00 2001 From: James Braza Date: Sat, 16 Sep 2023 18:55:32 -0700 Subject: [PATCH] Further clarified my_config docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a462907d..4386d599 100644 --- a/README.md +++ b/README.md @@ -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: