You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -137,9 +139,14 @@ Type `:colorscheme <Tab>` to try out color schemes on the fly or add the command
137
139
138
140
## How to include your own stuff?
139
141
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.
141
146
142
-
~/.vim_runtime (master)> cat my_configs.vim
147
+
For instance, my `my_configs.vim` looks like this:
0 commit comments