Update README

Explain how to reload .vimrc without restarting vim
This commit is contained in:
Sumin Byeon 2017-05-26 00:38:46 +09:00 committed by GitHub
parent 31c2de2398
commit f00ff6de93

View File

@ -16,13 +16,14 @@ by running `vim --version` and check that `+python` or `+python3` is listed amon
#### Vundle
Put this in your .vimrc
Put this in your `.vimrc`.
```vim
Plugin 'Chiel92/vim-autoformat'
```
Then restart vim and run `:PluginInstall`.
Then restart vim and run `:PluginInstall`. Alternatively, you could run `:source .vimrc`
to reload your `.vimrc` without restarting vim.
To update the plugin to the latest version, you can run `:PluginUpdate`.
#### Pathogen