File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can toggle the highlighted lines using the command:
17
17
<Leader>qa
18
18
```
19
19
20
- What's the ` <Leader> ` key? It's likely to be either " \" or "," , but you can set it from the command line or in your * .vimrc* file using:
20
+ What's the ` <Leader> ` key? It's likely to be either ` \ ` or ` , ` , but you can set it from the command line or in your * .vimrc* file using:
21
21
22
22
``` vim
23
23
let mapleader="@"
@@ -38,6 +38,7 @@ Installation is easy-peasy if you're using [Vundle][4]. Just add this to your *.
38
38
``` vim
39
39
Bundle 'joonty/vim-phpqa.git'
40
40
```
41
+ and run ` vim +BundleInstall +qall ` from a terminal.
41
42
42
43
If you aren't using vundle, you will have to extract the files in each folder to the correct folder in * .vim/* .
43
44
You can’t perform that action at this time.
0 commit comments