File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This Vim plugin is built on top of the great tool [CodeQuery](https://github.com
25
25
* Support asynchronous search (Vim version >= 8.0)
26
26
2 . ** Manage your database easily** .
27
27
* Load, make and move your database file by custom Vim commands.
28
- * Support asynchronous build (Vim version >= 8.0 or by ` Dispatch ` plugin)
28
+ * Support asynchronous build (Vim version >= 8.0 or NeoVim or by ` Dispatch ` plugin)
29
29
* ` Note: CodeQuery's SQLite database is built on top of ctags and cscope. `
30
30
3 . ** Know your code more instantly** .
31
31
* (TBD)
@@ -69,10 +69,12 @@ Now vim-codequery works better than what you see by using Vim8's async feature.
69
69
> * ~~ Do lazy-loading.~~
70
70
> * ~~ Enhance usability.~~
71
71
> * ~~ Test it.~~
72
+ > * ~~ Support NeoVim at a certain level.~~
72
73
> * Add ** explain** command in v1.0.0
74
+ > * Make UI be optional
73
75
> * Doc it.
74
76
>
75
- > Current Version: v0.9.1
77
+ > Current Version: v0.9.2
76
78
>
77
79
> Welcome to try it! 👌
78
80
You can’t perform that action at this time.
0 commit comments