소스 검색

: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.