File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Windows users: be sure to use **RailsInstaller** > **Command Prompt with Ruby an
26262 . ` cd vim-config `
27273 . ` rake ` (This will symlink the necessary files to your home directory, asking for permission before clobbering anything.)
28284 . ` vim ` (or in Windows: ` gvim ` )
29- 5 . ` :BundleClean ` (if you have previously used this Neo Vim config)
30- 6 . ` :BundleInstall ` (This will clone and install all of the plugins from github.)
29+ 5 . ` :NeoBundleClean ` (if you have previously used this Neo Vim config)
30+ 6 . ` :NeoBundleInstall ` (This will clone and install all of the plugins from github.)
3131
3232## Customizing
3333
@@ -36,7 +36,7 @@ Customizations can be added to the folder `.vim/custom_config/`.
3636* Any files with a ` .vim ` extension in that folder will be loaded when running all versions of ` vim ` .
3737* Any files with a ` .gvim ` extension in that folder will be loaded when running a graphical version of ` vim ` .
3838
39- You can add custom plugins by registering them in a ` .vim ` file in the custom_config folder with the same ` Bundle "plugin-repo-url"`
39+ You can add custom plugins by registering them in a ` .vim ` file in the custom_config folder with the same ` NeoBundle "plugin-repo-url"`
4040syntax used in the ` .vim/common_config/plugin_config.vim ` , and then performing steps 3 & 4 from the install steps above.
4141
4242Common practice is to symlink a folder containing your custom configuration files as the ` .vim/custom_config ` folder.
You can’t perform that action at this time.
0 commit comments