Browse Source

:memo: Add vim command to update plugins

DricomDragon 1 năm trước cách đây
mục cha
commit
922bb87b7f
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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.