hrsh7th
97a639a060
Fix #217
2021-09-18 00:29:34 +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
620eea94d3
Fix feeding autoindent keys
2021-09-16 15:53:48 +09:00
hrsh7th
12ed912c36
Add the ability to specify source priority manually
2021-09-16 13:06:26 +09:00
hrsh7th
ca77ec6dcc
Change default format.deprecated value
2021-09-16 12:54:51 +09:00
hrsh7th
c2e7736260
Fix #204
2021-09-16 12:49:52 +09:00
hrsh7th
a7359d76c6
Format/Lint
2021-09-14 15:01:01 +09:00
tzachar
13d4989c38
Rework #195 ( #196 )
...
* Slight complexity reduction
Do not loop twice over sources table, instead keep a table mapping names
to sources
* Update lua/cmp/core.lua
Co-authored-by: hrsh7th <hrsh7th@gmail.com >
* Fix multiple sources per name
* fix as suggested
Co-authored-by: hrsh7th <hrsh7th@gmail.com >
2021-09-14 14:58:54 +09:00
hrsh7th
2c92fef040
Advertise a bit
2021-09-14 13:08:04 +09:00
hrsh7th
445179dca8
Fix #191
2021-09-14 03:15:18 +09:00
hrsh7th
a212356641
Fix macro again
2021-09-14 03:12:39 +09:00
hrsh7th
6fa1e70b48
Fix macro
2021-09-14 01:52:59 +09:00
hrsh7th
44ffee0e0c
Add Vim script API docs
2021-09-14 01:29:02 +09:00
hrsh7th
03f121fa23
Improve vim source
2021-09-14 01:16:49 +09:00
hrsh7th
6173796b2b
Support Vim script plugins
2021-09-13 23:57:59 +09:00
tzachar
65b759cdab
Slight complexity reduction ( #195 )
...
* Slight complexity reduction
Do not loop twice over sources table, instead keep a table mapping names
to sources
* Update lua/cmp/core.lua
Co-authored-by: hrsh7th <hrsh7th@gmail.com >
Co-authored-by: hrsh7th <hrsh7th@gmail.com >
2021-09-13 23:03:25 +09:00
hrsh7th
dc0bbfe10b
Improve resolve confirm
2021-09-13 19:09:45 +09:00
hrsh7th
71b9ebd019
Hijack agressively
2021-09-13 17:55:38 +09:00
hrsh7th
f7b4277c99
Format
2021-09-13 16:45:17 +09:00
hrsh7th
f3af9e2ee6
Refactor keymap
2021-09-13 16:43:23 +09:00
hrsh7th
af73e87fd8
We should adopt InsertLeave event
2021-09-13 13:58:04 +09:00
hrsh7th
e46ae3b62e
Add keymap tests
2021-09-13 12:49:58 +09:00
hrsh7th
9c460395a0
InsertMode is required
2021-09-13 01:05:31 +09:00
hrsh7th
a78894a09a
Implement enabled=false configuration
2021-09-13 00:59:48 +09:00
hrsh7th
1cec1ecb31
Fix #188
2021-09-12 20:15:31 +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
8fb4ee1075
Support macro with commit characters
2021-09-10 03:23:52 +09:00
hrsh7th
613328c375
Expose built-in comparators
2021-09-10 01:03:07 +09:00
hrsh7th
a50688066b
Fix #185
2021-09-09 18:15:56 +09:00
hrsh7th
bfda45f0d7
format
2021-09-09 17:55:38 +09:00
hrsh7th
1130da0aeb
Support <C-r>= and <Cmd>
2021-09-09 17:21:44 +09:00
hrsh7th
ff55c1bbca
Improve key handling
2021-09-09 15:37:32 +09:00
Iron-E
ae54dcdc49
Reduce use of VimL ( #168 )
...
* perf(context): reduce use of `cmd` and `fn`
* perf(float): reduce use of `cmd` and `fn`
* perf(init): reduce use of `cmd` and `fn`
* perf(menu): reduce use of `cmd` and `fn`
* perf(plugin): reduce use of `cmd` and `fn`
* docs(README): reduce use of `cmd` and `fn`
2021-09-09 11:12:22 +09:00
hrsh7th
29679d493b
Remove waiting source for filtering
2021-09-09 10:55:20 +09:00
haze
201fa80452
Add combine hl_mode to ghost_text virtual text ( #182 )
2021-09-08 23:55:55 +09:00
yioneko
a6c7e2e422
Fix float document not displaying ( #171 )
2021-09-08 21:34:00 +09:00
hrsh7th
f49685d3dd
Fix #177
2021-09-08 20:26:22 +09:00
hrsh7th
8f559af081
Support vim-endwise
2021-09-08 19:25:02 +09:00
hrsh7th
fa031530ed
Add THROTTLE_TIME constant
2021-09-08 13:07:30 +09:00
hrsh7th
5551dfab17
Improve completion invoking
2021-09-08 12:59:49 +09:00
hrsh7th
1481552c26
true as table
2021-09-07 15:58:11 +09:00
hrsh7th
b6b15d5f6e
Add experimental.ghost_text.hl_group
2021-09-07 01:38:49 +09:00
hrsh7th
abed04a6d4
Improve performance and buf fixes
2021-09-07 01:14:17 +09:00
hrsh7th
e5eed11d14
Fix dup
2021-09-06 19:40:07 +09:00
Dmytro Meleshko
247538449b
Revert "Remove manual dup filter" ( #147 )
...
This reverts commit e599f0825c .
2021-09-04 15:01:21 +09:00
hrsh7th
972ff27325
Don't save macro
2021-09-04 02:38:36 +09:00
hrsh7th
b832719c68
Implement config.confirmation.get_commit_characters
2021-09-03 21:35:23 +09:00
hrsh7th
675a72e2e8
Check configuration
2021-09-03 21:29:53 +09:00
hrsh7th
62a6a6c063
Don't use nvim_set_decoration_provider for now
2021-09-03 21:29:13 +09:00
hrsh7th
157390d2c1
Invoke redraw if pum is beeing visible
2021-09-03 20:40:19 +09:00