Use $MYVIMRC instead of a hard-coded value

This commit is contained in:
Sumin Byeon 2017-05-26 11:16:12 +09:00 committed by GitHub
parent f00ff6de93
commit 92cf430ead

View File

@ -22,7 +22,7 @@ Put this in your `.vimrc`.
Plugin 'Chiel92/vim-autoformat'
```
Then restart vim and run `:PluginInstall`. Alternatively, you could run `:source .vimrc`
Then restart vim and run `:PluginInstall`. Alternatively, you could run `:source $MYVIMRC`
to reload your `.vimrc` without restarting vim.
To update the plugin to the latest version, you can run `:PluginUpdate`.