We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac02b5 commit 020a8a8Copy full SHA for 020a8a8
README.md
@@ -114,7 +114,13 @@ Plug 'tpope/vim-dispatch'
114
" if you don't have an :Ack (or :Ag) liked command
115
Plug 'mileszs/ack.vim'
116
```
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
+
124
<br>
125
126
## Usage
0 commit comments