hrsh7th
|
ada9ddeff7
|
Use floating window for completion menus (#224)
* WIP
* WIP
* Fix #226
* Insert text
* Emulate vim native
* テキトウ
* Tekito
* Move scrollbar impl
* aaa
* Ignore unexpected event
* fix
* fix scroll
* Refactor (conflict...)
* Fix bug
* Positive integer
* Refactor a bit
* Fix for pumheight=0
* fx
* Improve matching highlight
* Improve colorscheme handling
* fmt
* Add cmp.visible
* Fix pum pos
* ABBR_MARGIN
* Fix cel calculation
* up
* refactor
* fix
* a
* a
* compat
* Remove current completion state
* Fix ghost text
* Add feature toggle
* highlight customization
* Update
* Add breaking change announcement
* Add README.md
* Remove unused function
* extmark ephemeral ghost text
* Support native comp
* Fix docs pos
* a
* Remove if native menu visible
* theme async
* Improvement idea: option to disables insert on select item (#240)
* use ghost text instead of insertion on prev/next item
* add disables_insert_on_selection option
* move disable_insert_on_select option as argumet on
* update README
* use an enum behavior to disable insert on select
* Adopt contribution
* Preselect
* Improve
* Change configuration option
* a
* Improve
* Improve
* Implement proper <C-e> behavior to native/custom
* Support <C-c> maybe
* Improve docs view
* Improve
* Avoid syntax leak
* TODO: refactor
* Fix
* Revert win pos
* fmt
* ghost text remaining
* Don't use italic by default
* bottom
* dedup by label
* Ignore events
* up
* Hacky native view partial support
* up
* perf
* improve
* more cache
* fmt
* Fix format option
* fmt
* recheck
* Fix
* Improve
* Improve
* compat
* implement redraw
* improve
* up
* fmt/lint
* immediate ghost text
* source timeout
* up
* Support multibyte
* disable highlight
* up
* improve
* fmt
* fmt
* fix
* fix
* up
* up
* Use screenpos
* Add undojoin check
* Fix height
* matcher bug
* Fix dot-repeat
* Remove undojoin
* macro
* Support dot-repeat
* MacroSafe
* Default item count is 200
* fmt
Co-authored-by: Eric Puentes <eric.puentes@mercadolibre.com.co>
|
2021-10-08 18:27:33 +09:00 |
|
hrsh7th
|
07f84fe8d6
|
Fix #232
|
2021-09-22 02:15:34 +09:00 |
|
hrsh7th
|
b99d7292b0
|
Fix #219
|
2021-09-19 01:49:07 +09:00 |
|
hrsh7th
|
b47a703a48
|
RFC: CmpStatus command (#210)
* Add `CmpStatus` command
* Update headings
* Fix heading
* Update headings
* Add README.md
* Fix tests
* Force invoke InsertEnter
|
2021-09-17 13:29:28 +09:00 |
|
hrsh7th
|
6173796b2b
|
Support Vim script plugins
|
2021-09-13 23:57:59 +09:00 |
|
hrsh7th
|
abed04a6d4
|
Improve performance and buf fixes
|
2021-09-07 01:14:17 +09:00 |
|
hrsh7th
|
889109cbc0
|
Implement source specific options
|
2021-09-03 20:30:40 +09:00 |
|
hrsh7th
|
61984efaf0
|
Improve scheduling
|
2021-08-27 21:34:34 +09:00 |
|
hrsh7th
|
ec3f8aedaf
|
Add completion.get_trigger_characters as configurable option
|
2021-08-26 16:50:23 +09:00 |
|
hrsh7th
|
d1b32f241f
|
Add SourceBaseApiParams to get_trigger_characters API
|
2021-08-25 11:30:45 +09:00 |
|
hrsh7th
|
f7bb6f1c6e
|
Add SourceBaseApiParams
|
2021-08-25 11:30:45 +09:00 |
|
hrsh7th
|
cbb80af6dd
|
Fix is_available call
|
2021-08-24 13:49:05 +09:00 |
|
hrsh7th
|
ed4f2fc4a6
|
Reset if empty response was returned on waiting status.
|
2021-08-24 01:45:58 +09:00 |
|
hrsh7th
|
e4deb0142a
|
Fix #26
|
2021-08-16 14:02:09 +09:00 |
|
hrsh7th
|
141187561c
|
Improve debug information
|
2021-08-16 12:19:11 +09:00 |
|
hrsh7th
|
75b368abb8
|
Add source.get_debug_name API
|
2021-08-16 12:15:01 +09:00 |
|
hrsh7th
|
8e5f09de1f
|
Fix #23
|
2021-08-15 23:12:52 +09:00 |
|
hrsh7th
|
036bf1af62
|
Improve keyword_pattern handling
|
2021-08-14 16:06:32 +09:00 |
|
hrsh7th
|
2a69c1a6a1
|
Fix #19
|
2021-08-13 19:58:53 +09:00 |
|
hrsh7th
|
ab616ffe88
|
Add source:is_available API
|
2021-08-11 21:37:55 +09:00 |
|
hrsh7th
|
59a6ee577a
|
Add test
|
2021-08-10 21:56:42 +09:00 |
|
hrsh7th
|
22ec3ad442
|
Check buftype is prompt
Improve incomplete handling
|
2021-08-10 16:57:54 +09:00 |
|
hrsh7th
|
0cc4e1e145
|
Improve keyword completion handling
|
2021-08-08 17:28:10 +09:00 |
|
hrsh7th
|
39c8abaeb3
|
Improve source reset handling
|
2021-08-07 00:43:43 +09:00 |
|
hrsh7th
|
48cbe3022f
|
Improve triggerCharacter handling on triggerOnly reason
|
2021-08-06 21:14:38 +09:00 |
|
hrsh7th
|
56d22edbbf
|
Improve matching and sorting on specific cases
|
2021-08-05 15:21:16 +09:00 |
|
hrsh7th
|
e62a03c5cc
|
Add trigger character check after confirmation
|
2021-08-04 02:03:25 +09:00 |
|
hrsh7th
|
d23d3533cf
|
dev (#1)
* dev
* Improve sync design
* Support buffer local mapping
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* stylua
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* integration
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* update
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
* tmp
|
2021-08-04 01:07:12 +09:00 |
|