File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ This Vim plugin is built on top of the great tool [CodeQuery](https://github.com
40
40
41
41
<br >
42
42
43
- ## Demo
43
+ ## Demo
44
44
45
45
` Choose a query from menu ➙ Get results `
46
46
@@ -52,30 +52,32 @@ This Vim plugin is built on top of the great tool [CodeQuery](https://github.com
52
52
53
53
[ more demo and screenshots] ( https://github.com/devjoe/vim-codequery/wiki/Screenshots-and-Demo )
54
54
55
+ > These videos are quite old.
56
+ > Now vim-codequery works better than what you see. (by supporting Vim8's async feature)
55
57
<br>
56
58
57
59
## Schedule
58
60
59
61
> ** This project is almost ready to be released.**
60
62
>
61
63
> Main TODO:
62
- > * Use Vim8's new features to enhance usability.
64
+ > * ~~ Use Vim8's new features to enhance usability.~~
63
65
> * ~~ Do lazy-loading.~~
64
66
> * Test it.
65
67
> * Doc it.
66
68
>
67
69
> Completeness: 92%
68
70
> Current Version: v0.8
69
71
>
70
- > It is Ok to try it! 👌
72
+ > Welcome to try it! 👌
71
73
72
74
<br >
73
75
74
76
## Installation
75
77
76
78
#### 1. Make sure these commands are in your system
77
79
<pre >
78
- echo mkdir mv cut find awk stat git(optional)
80
+ /bin/sh echo mkdir mv cut find awk stat git(optional)
79
81
</pre >
80
82
81
83
#### 2. Install CodeQuery
You can’t perform that action at this time.
0 commit comments