1
0
mirror of https://github.com/amix/vimrc synced 2025-07-10 11:44:59 +08:00

Update some plugins.

This commit is contained in:
Kurtis Moxley
2022-08-08 16:25:51 +08:00
parent 11e2e2c0c6
commit f6ba361e3e
4 changed files with 8 additions and 13 deletions

View File

@ -34,7 +34,7 @@ let g:python3_host_prog="/path/to/python/executable/"
Put this in your `.vimrc`.
```vim
Plugin 'Chiel92/vim-autoformat'
Plugin 'vim-autoformat/vim-autoformat'
```
Then restart vim and run `:PluginInstall`. Alternatively, you could run `:source $MYVIMRC`