From ba08ff59fb324adbb0126161fbe0e3d9eb9e51e7 Mon Sep 17 00:00:00 2001 From: James Braza Date: Sat, 16 Sep 2023 18:51:05 -0700 Subject: [PATCH] Clarifying syntax of `my_configs.vim` --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cee570ed..4d165d9d 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,14 @@ Type `:colorscheme ` to try out color schemes on the fly or add the command ## How to include your own stuff? -After you have installed the setup, you can create **~/.vim_runtime/my_configs.vim** to fill in any configurations that are important for you. For instance, my **my_configs.vim** looks like this: +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. - ~/.vim_runtime (master)> cat my_configs.vim +For instance, my `my_configs.vim` looks like this: + + ~/.vim_runtime > cat my_configs.vim map ct :cd ~/Desktop/Todoist/todoist map cw :cd ~/Desktop/Wedoist/wedoist