hrsh7th
|
f81bfee109
|
Fix #964
Fix #963
Fix #966
|
2022-05-04 23:51:59 +09:00 |
|
hrsh7th
|
5054c14490
|
dev (#956)
* Adjust empty line count
* Implement vim.api.nvim_create_autocmd (#844)
* Implement vim.api.nvim_create_autocmd
* Only use vim.api.nvim_create_autocmd on nighly
* Cleanup
* cleanup
* Rename autos.lua to autocmds.lua
* Fix forgot to rename autos to autocmds
* Remove legacy autocmd
* Add descriptions on autocmds
* Update descriptions on autocmds
* Update CmpStatus command to lua API (#922)
Signed-off-by: Micah Halter <micah@balena.io>
* Move highlights to nvim_set_hl lua API (#925)
Signed-off-by: Micah Halter <micah@balena.io>
* Add default to highlight
* Refactor autocmds
* fmt
* Improve performance
* Fix bug
* Improve matching logic
Fixes https://github.com/hrsh7th/nvim-cmp/discussions/954
* Fix format
* Improve performance
Fix #825
* Fix cmdline redraw bug
* Fix event
Co-authored-by: hrsh7th <>
Co-authored-by: zer09 <zer09@users.noreply.github.com>
Co-authored-by: Micah Halter <micah@mehalter.com>
|
2022-05-04 01:47:01 +09:00 |
|
hrsh7th
|
c07350181f
|
Implement matching config.
Fix #796
|
2022-02-13 16:44:45 +09:00 |
|
hrsh7th
|
0d23640fb6
|
Fix #757
|
2022-01-31 14:27:33 +09:00 |
|
hrsh7th
|
f4bb6ffdb1
|
Improve keymap (#768)
* Improve keymap
* improve
* rename
* Add tests
* Use nightly for testing
* Enable failing test
* Add manual test case
|
2022-01-31 14:16:48 +09:00 |
|
hrsh7th
|
d93104244c
|
Wait for filtering completion
|
2022-01-25 16:27:21 +09:00 |
|
hrsh7th
|
27123b1297
|
Fix #754
|
2022-01-24 23:46:47 +09:00 |
|
hrsh7th
|
d0231d06de
|
Improve async.step
|
2021-11-05 21:32:30 +09:00 |
|
hrsh7th
|
e1f880b7e0
|
Use apply_text_edits to avoid making the unexpected indentation by '<CR>'
|
2021-11-05 21:29:34 +09:00 |
|
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
|
dc0bbfe10b
|
Improve resolve confirm
|
2021-09-13 19:09:45 +09:00 |
|
hituzi no sippo
|
a58712bf16
|
fix StyLua command (#190)
* style: fix StyLua glob pattern
* style: fix style with StyLua
run './utils/stylua --config-path stylua.toml --glob 'lua/**/*.lua' -- lua'
|
2021-09-11 20:18:44 +09:00 |
|
hrsh7th
|
1851fad7fc
|
Fix failing tests
|
2021-08-27 23:26:54 +09:00 |
|
hrsh7th
|
405581e740
|
Fix invalid temporary text
|
2021-08-27 23:06:35 +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 |
|