Skip to content

Commit 020a8a8

Browse files
authored
Update README.md
Added installation guide for using Vim8's package system.
1 parent 1ac02b5 commit 020a8a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,13 @@ Plug 'tpope/vim-dispatch'
114114
" if you don't have an :Ack (or :Ag) liked command
115115
Plug 'mileszs/ack.vim'
116116
```
117-
117+
* In case you prefer to use Vim8's native package manager to manage plugins manually. Here comes an installation guide for that:
118+
1. Go to `~/.vim`
119+
2. Run `mkdir -p pack/vim-codequery/start/` and then go to `start` directory
120+
3. Run `git clone https://github.com/devjoe/vim-codequery` to get latest vim-codequery code
121+
4. It's done. 😎 Now `vim-codequery` will be loaded when your Vim starts. You can install [unite](https://github.com/Shougo/unite.vim) in the same way
122+
5. Learn more about Vim8's package system by typing `:help package | only`
123+
 
118124
<br>
119125

120126
## Usage

0 commit comments

Comments
 (0)