Use $MYVIMRC instead of a hard-coded value
This commit is contained in:
parent
f00ff6de93
commit
92cf430ead
@ -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`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user