Skip to content

Commit ee7e062

Browse files
committed
Merge branch 'master' of github.com:amix/vimrc
2 parents f8e0ea7 + 5a2969c commit ee7e062

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ I recommend reading the docs of these plugins to understand them better. Each pl
111111

112112
## Included color schemes
113113

114-
Type `:colorscheme <Tab>` to try out color schemes on the fly or add the command to **my_configs.vim** (see below), for example `colorscheme pyte`.
114+
Type `:colorscheme <Tab>` to try out color schemes on the fly,
115+
or add the command to `~/.vim_runtime/my_configs.vim` (see [below](#how-to-include-your-own-stuff)),
116+
for example `colorscheme pyte`.
115117

116118
* [peaksea](https://github.com/vim-scripts/peaksea): The default
117119
* [dracula](https://github.com/dracula/vim)
@@ -137,9 +139,14 @@ Type `:colorscheme <Tab>` to try out color schemes on the fly or add the command
137139

138140
## How to include your own stuff?
139141

140-
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:
142+
After you have installed the setup,
143+
create an empty `~/.vim_runtime/my_configs.vim` file for further customization.
144+
This file's syntax matches `vimrc` syntax,
145+
and add `vimrc` lines like `set number` as needed.
141146

142-
~/.vim_runtime (master)> cat my_configs.vim
147+
For instance, my `my_configs.vim` looks like this:
148+
149+
~/.vim_runtime > cat my_configs.vim
143150
map <leader>ct :cd ~/Desktop/Todoist/todoist<cr>
144151
map <leader>cw :cd ~/Desktop/Wedoist/wedoist<cr>
145152

0 commit comments

Comments
 (0)