Commit Graph

1527 Commits

Author SHA1 Message Date
Folke Lemaitre ea5b2e00bf
feat(loader): `LazyLoad` event with plugin name as `data` field. Useful to do stuff when a plugin loads 2023-07-12 17:21:32 +02:00
github-actions[bot] da8b00581a
chore(main): release 10.0.2 (#923)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-09 09:46:59 +02:00
github-actions[bot] 8ae6cb4b44 chore(build): auto-generate vimdoc 2023-07-09 07:44:55 +00:00
Folke Lemaitre fd94e69ceb
fix(event): pass data to event lazy loaders. Fixes #922 2023-07-09 09:44:08 +02:00
github-actions[bot] 5af331ea65
chore(main): release 10.0.1 (#919)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-06 20:44:00 +02:00
yangbinji 867528c0fe
style(cache): fix comment case typo (#915) 2023-07-06 16:30:54 +02:00
Pierre-Antoine Lacaze 5082cd56e4
fix(stats): corrected typo in cputime() for Linux (#916) 2023-07-06 16:19:08 +02:00
github-actions[bot] 29f8e3ecb7
chore(main): release 10.0.0 (#918)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-06 15:40:23 +02:00
github-actions[bot] c27cd36e6c chore(build): auto-generate vimdoc 2023-07-06 13:39:12 +00:00
Folke Lemaitre 045f23eb35
test: fixed tests 2023-07-06 15:38:21 +02:00
Folke Lemaitre fbb0bea2db
feat(plugin)!: `cond` is now the same as `enabled`, but skips clean 2023-07-06 15:30:01 +02:00
github-actions[bot] f8611632d0 chore(build): auto-generate vimdoc 2023-07-01 06:51:58 +00:00
github-actions[bot] 0d61488b89
chore(main): release 9.25.1 (#904)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-01 08:51:17 +02:00
github-actions[bot] d65d5441d9 chore(build): auto-generate vimdoc 2023-06-30 19:20:17 +00:00
Folke Lemaitre 189371c8d8
fix(build): allow `build` command to override plugin's build and option to disable warning 2023-06-30 21:19:33 +02:00
github-actions[bot] de0a911ad9
chore(main): release 9.25.0 (#898)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-30 18:30:15 +02:00
github-actions[bot] d54ae0b96d chore(build): auto-generate vimdoc 2023-06-30 16:29:13 +00:00
Folke Lemaitre 2ea3c54b5f
docs: added docs about new build.lua 2023-06-30 18:28:29 +02:00
Folke Lemaitre 4c26421785
feat(build): added support for build.lua, build/init.lua (#903) 2023-06-30 18:22:39 +02:00
github-actions[bot] 2772cc587e chore(build): auto-generate vimdoc 2023-06-30 16:11:15 +00:00
Folke Lemaitre d5c31f1ed7
style: lua annotations 2023-06-30 18:08:52 +02:00
github-actions[bot] 4c8b625bc8 chore(build): auto-generate vimdoc 2023-06-26 05:55:00 +00:00
Mayrixon 24803fcbe3
fix(health): false warning when checking plugins configured with 'optional' key (#897) 2023-06-26 07:54:12 +02:00
github-actions[bot] b7043f2983
chore(main): release 9.24.2 (#890)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-22 11:17:54 +02:00
Folke Lemaitre d7d5842d1c
fix(config): on windows default concurrency is now set to 2*available parallelism. See #887 2023-06-22 11:04:28 +02:00
Folke Lemaitre 3867a81bb2
style: better uv annotations 2023-06-22 10:47:50 +02:00
github-actions[bot] ccd96bfa2e chore(build): auto-generate vimdoc 2023-06-22 08:24:44 +00:00
Folke Lemaitre 6c42a305b7
docs: make it clear that a plugin is loaded before build. Fixes #888 2023-06-22 10:23:54 +02:00
github-actions[bot] c1aad95243
chore(main): release 9.24.1 (#882)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-19 11:28:26 +02:00
github-actions[bot] bf11e4907b chore(build): auto-generate vimdoc 2023-06-19 08:22:30 +00:00
Folke Lemaitre 410a7360c1
fix(ui): trailing space in button row. Fixes #884 2023-06-19 10:21:40 +02:00
Folke Lemaitre 56b1f7715e
fix(debug): show original keymaps instead of ids for the keys handler 2023-06-19 10:21:40 +02:00
github-actions[bot] 3b0632977e chore(build): auto-generate vimdoc 2023-06-18 20:38:52 +00:00
Folke Lemaitre 616341372d
fix(manage): trigger LazySyncPre. Fixes #881 2023-06-18 22:38:05 +02:00
github-actions[bot] 67af46a7f5
chore(main): release 9.24.0 (#870)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-17 08:40:02 +02:00
github-actions[bot] 15cdefee46 chore(build): auto-generate vimdoc 2023-06-17 06:38:16 +00:00
Folke Lemaitre 0bca18de5d
feat: added `Pre` events. Fixes #856. Fixes #877 2023-06-17 08:37:33 +02:00
github-actions[bot] 10d4371745 chore(build): auto-generate vimdoc 2023-06-12 06:29:01 +00:00
Folke Lemaitre 7f4da7d511
fix(ui): set wo options with local. don't use `vim.wo`. See #829 2023-06-12 08:28:14 +02:00
github-actions[bot] 678179543e chore(build): auto-generate vimdoc 2023-06-09 10:57:36 +00:00
github-actions[bot] 6b2311a46a
chore(main): release 9.23.0 (#859)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-09 12:56:48 +02:00
github-actions[bot] d1b02c2dda chore(build): auto-generate vimdoc 2023-06-08 15:23:54 +00:00
Folke Lemaitre f131606190
feat(startup): added data/site to the rtp. Will be used by upcoming treesitter version 2023-06-08 17:23:02 +02:00
Folke Lemaitre ae25448d39
Revert "fix(event): dont use autocmd pattern to detect event retriggering. Fixes #858"
This reverts commit bc89502357.
2023-06-06 15:06:24 +02:00
github-actions[bot] 27c12ff0a9 chore(build): auto-generate vimdoc 2023-06-06 12:30:22 +00:00
Folke Lemaitre bc89502357
fix(event): dont use autocmd pattern to detect event retriggering. Fixes #858 2023-06-06 14:29:38 +02:00
github-actions[bot] f145e6f42a
chore(main): release 9.22.2 (#854)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-03 15:39:09 +02:00
Folke Lemaitre dbb2b609f6
fix(ui): setup colors when loading a float 2023-06-03 14:40:17 +02:00
github-actions[bot] 6ad76ecc26
chore(main): release 9.22.1 (#853)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-03 13:47:20 +02:00
Folke Lemaitre d65a3d6755
fix(keys): replace term codes to calculate ids 2023-06-03 13:45:21 +02:00