瀏覽代碼

Adding Plug as plugin manager

Adelar da Silva Queiróz 8 年之前
父節點
當前提交
819c0a4d99
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -52,6 +52,13 @@ This plugin can also be found at http://www.vim.org/scripts/script.php?script_id
 
 2. Install with `:NeoBundleInstall`.
 
+### Plug (https://github.com/junegunn/vim-plug)
+1. Add the following configuration to your `.vimrc`.
+
+        Plug 'jlanzarotta/bufexplorer.vim'
+
+2. Instal with `:PlugInstall`.
+
 ### Pathogen
 1. Install with the following command.