瀏覽代碼

:memo: Add vim command to update plugins

DricomDragon 2 年之前
父節點
當前提交
922bb87b7f
共有 1 個文件被更改,包括 6 次插入0 次删除
  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.