Explorar el Código

:memo: Add vim command to update plugins

DricomDragon hace 2 años
padre
commit
922bb87b7f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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.