Browse Source

:memo: Add vim command to update plugins

DricomDragon 1 year ago
parent
commit
922bb87b7f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Guides/vim.md

+ 6 - 0
Guides/vim.md

@@ -76,3 +76,9 @@ Three commands : `:diffget LO`, `:diffget BO`, `:diffget RE`
 `zo`
 
 Useful to see more context.
+
+## Plugins
+
+[Vundle](https://github.com/VundleVim/Vundle.vim) seems to be a standard.
+
+Open vim and use the `:PluginUpdate` command to automatically update your plugins.