215 Commits

Author SHA1 Message Date
Prabir Shrestha
258ef8972c add support for fuzzy search using lua and use TextChangedP 2018-02-11 22:53:36 -08:00
Prabir Shrestha
b4813341eb Revert "Cache active sources per buffer (#42)" (#45)
This reverts commit 11f2d46f14.
v1.0
2018-01-04 18:58:13 -08:00
ilex
11f2d46f14 Cache active sources per buffer (#42) 2018-01-02 19:48:50 -08:00
BatmanAoD
a5c057aa4e Note minimum NeoVim version (#41) 2017-12-30 21:35:02 -08:00
cvlmtg
26094fda59 add asyncomplete-file.vim to the list of sources (#44) 2017-12-27 13:46:08 -08:00
Christian Wellenbrock
a9766afff5 Align table of available sources
Extract links from first column to make it less wide.
2017-11-28 15:22:38 -08:00
Christian Wellenbrock
7e40d9ca34 Add tmux-complete to list of available sources 2017-11-28 15:22:38 -08:00
Prabir Shrestha
49c7ad3d2c mention https://github.com/topics/asyncomplete 2017-11-23 13:20:27 -08:00
Łukasz Jan Niemier
9459acd060 Add PivotalTracker to list of supported completions (#37)
Also:

- sort supported engines alphabetically
2017-11-23 13:11:16 -08:00
Łukasz Jan Niemier
448086ce10 Fix vint warnings and overall code style (#35) 2017-11-23 12:54:36 -08:00
Prabir Shrestha
acce717f78 Using existing vim plugin sources 2017-11-20 23:07:41 -08:00
Prabir Shrestha
e0f7d5e3de flag to disable force refresh on context changed (#31) 2017-10-15 11:11:02 -07:00
Prabir Shrestha
c833280238 warn if vim/neovim doesn't have timers (#30) 2017-10-15 10:14:43 -07:00
Prabir Shrestha
07bb220c3b gitignore tags' 2017-10-15 09:59:46 -07:00
Peter Renström
222b9323f1 Add basic plugin documentation 2017-10-04 07:49:05 -07:00
Peter Renström
e24a2f7a30 Add option to remove duplicates 2017-10-04 07:49:05 -07:00
Prabir Shrestha
e8ceb01487 Update README.md 2017-08-28 20:02:38 -07:00
Prabir Shrestha
35e5f00d1a use table for sources 2017-08-28 19:59:02 -07:00
keremc
51a87282b5 add asyncomplete-racer.vim to list of sources (#26) 2017-08-27 15:47:53 -07:00
Prabir Shrestha
4ef6d68511 remove dev branch for vim-lsp 2017-08-25 07:48:10 -07:00
Prabir Shrestha
838bc36d7d Update README.md 2017-08-05 17:27:40 -07:00
Prabir Shrestha
c46964a6ce Update README.md 2017-08-05 17:26:57 -07:00
Prabir Shrestha
e9d871126c Update README.md 2017-08-05 17:26:13 -07:00
Prabir Shrestha
a2dd386c5f added language server protocol support via asyncomplete-lsp.vim and vim-lsp 2017-08-05 13:32:30 -07:00
Aakash Sigdel
27836a63c7 Update README.md
change completeop to completeopt
2017-08-05 11:22:03 -07:00
yami_beta
93681e9894 add omni source
https://github.com/yami-beta/asyncomplete-omni.vim
2017-06-11 18:42:32 -07:00
Prabir Shrestha
11b127a468 use asyncomplete_setup autocmd to register_source 2017-06-11 16:00:38 -07:00
Prabir Shrestha
f55a75cc69 added emoji source
https://github.com/prabirshrestha/asyncomplete-emoji.vim
2017-06-03 13:58:16 -07:00
Prabir Shrestha
e2a54dcc63 add vim tags source #19 2017-06-02 16:50:40 -07:00
Prabir Shrestha
22bd80f9ec added s:filter_completion_items 2017-04-16 11:02:39 -07:00
Prabir Shrestha
3ff46e4ec0 added neco-vim 2017-04-11 20:01:46 -07:00
Andrey Popp
bb32f7ad46 Refactor asyncomplete#utils#find_nearest_parent_directory
Per feedback.
2017-04-06 22:33:07 -07:00
Andrey Popp
f739f90a98 Add asyncomplete#utils#find_nearest_directory
As per discussion in prabirshrestha/asyncomplete-flow.vim#2
2017-04-06 22:33:07 -07:00
Prabir Shrestha
18025b3d04 Update README.md 2017-04-06 22:18:18 -07:00
Prabir Shrestha
5c863f727b add support for priority (#9) 2017-04-06 21:05:21 -07:00
Prabir Shrestha
e1fe6cda4b added link to JavaScript autocomplete via Flow 2017-04-02 15:49:42 -07:00
Prabir Shrestha
814f0a698e add support to disable auto popup via g:asyncomplete_auto_popup (fixes #5) 2017-04-01 11:25:23 -07:00
Prabir Shrestha
d36f85cd1c added asyncomplete-necosyntax.vim to sources 2017-03-31 20:09:12 -07:00
Prabir Shrestha
6e5e026671 added s:matchstrpos 2017-03-31 20:05:27 -07:00
Prabir Shrestha
18de4c3494 log v:exception when calling completor() function fails 2017-03-31 20:03:47 -07:00
Prabir Shrestha
684426a800 fixed s:get_active_sources_for_buffer() 2017-03-28 22:01:26 -07:00
Prabir Shrestha
109f2ab5e7 Update README.md 2017-03-05 16:01:56 -08:00
Prabir Shrestha
1f005afe5d remove experimental 2017-03-05 15:26:37 -08:00
Prabir Shrestha
f702531694 rewrite completion provider (#3)
re-implement async completion algorithm
2017-03-05 15:05:17 -08:00
Prabir Shrestha
d1964a98bc updated auto close preview window when completion is done 2017-02-28 23:46:02 -08:00
Prabir Shrestha
10bd916023 added asyncomplete_setup for lazily registering source 2017-02-28 23:42:31 -08:00
Prabir Shrestha
f41f5c87da fixed neosnippet url 2017-02-10 23:01:30 -08:00
Prabir Shrestha
e46a34306c added neosnippet autocompletion source
https://github.com/prabirshrestha/asyncomplete-neosnippet.vim
2017-02-10 22:40:34 -08:00
Prabir Shrestha
fff0bde504 added docs about preview window in README.md 2017-02-06 08:59:44 -08:00
Prabir Shrestha
5fe822d4e4 document about removing preview window 2017-02-05 16:35:19 -08:00