Commit Graph

  • fe9f93692e chore(build): auto-generate vimdoc github-actions[bot] 2023-09-27 10:40:28 +0000
  • 24f6b6f1c7
    fix: properly setup handlers when loading a plugin before startup (build) etc Folke Lemaitre 2023-09-27 12:39:39 +0200
  • f5b00d225f docs: fix spec opts in README Mike Smith 2023-09-15 20:24:41 -0400
  • f0d36c0c61
    fix(float): disable signcolumn Maria José Solano 2023-09-10 14:20:15 -0700
  • 6582ddb352
    Merge branch 'folke:main' into discard_deps_revisited abeldekat 2023-09-09 06:22:47 +0000
  • 56e766b95b
    docs(readme): set origin when bootstrapping lazy.nvim Gibson Fahnestock 2023-08-29 14:19:49 +0200
  • 72ad6a6c17
    docs(readme): note when lua/plugins/*.lua loaded Gibson Fahnestock 2023-08-29 14:14:31 +0200
  • 2a9354c7d2 chore(build): auto-generate vimdoc github-actions[bot] 2023-08-26 15:22:34 +0000
  • d179a17fa1
    docs: added link to pckr.nvim Folke Lemaitre 2023-08-26 17:21:48 +0200
  • 0e9c3934ab chore(build): auto-generate vimdoc github-actions[bot] 2023-08-26 14:47:56 +0000
  • 4eb3e932e5
    Make commit pattern more accurate (#973) Darkhan 2023-08-26 15:47:18 +0100
  • e7d8a16262
    fix: ensure ui closed after installing missing plugins Will Hopkins 2023-08-20 17:40:17 -0700
  • b8cc7b96cb discard_deps_revisited: better naming abeldekat 2023-08-20 10:02:37 +0200
  • 5b491690f5 fix: config key dev type Kelly Lin 2023-08-19 09:51:44 +1000
  • 3c2c740bed docs: remove firenvim from the description of the cond property abeldekat 2023-08-16 10:13:42 +0200
  • 28f79093c5 feat(loaders): Allow alt loaders like fnl or tl FlexFoot 2023-08-07 18:05:59 -0400
  • 481ef8eb6c Make commit pattern more accurate Darkhan Kubigenov 2023-08-03 18:38:07 +0100
  • cfd070278c discard_deps_revisited: added a test abeldekat 2023-08-02 19:29:58 +0200
  • 2885cf1cba discard_deps_revisited: performance abeldekat 2023-08-02 11:03:54 +0200
  • 08fcf83957 discard_deps_revisited: better naming and a little dry abeldekat 2023-08-02 09:04:17 +0200
  • c502c83cca
    fix: return true when opening diff Maria José Solano 2023-08-01 20:51:22 -0700
  • 8c22f4d022 fix: Always run build tasks in the plugin directory Theo Cavignac 2023-08-02 02:06:21 +0200
  • a1574d8d03 discard_deps_revisited: finetuning and performance abeldekat 2023-08-01 10:31:31 +0200
  • f95c7a8be1 discard_deps: Repair active plugins abeldekat 2023-07-31 20:24:59 +0200
  • dac844ed61 chore(build): auto-generate vimdoc github-actions[bot] 2023-07-30 09:09:38 +0000
  • a977a7ab21
    docs: Fix doc missing bracket (#962) Distinct Wind 2023-07-30 17:08:52 +0800
  • c447d096b6 Fix doc missing bracket Gorun 2023-07-29 12:02:21 +0800
  • 56bc8f769b Fix doc missing bracket Gorun 2023-07-27 23:36:37 +0800
  • 346ade4155
    fix optional types kyoh86 2023-07-26 17:17:00 +0900
  • 9353aff030 Removing accidentaly added file Murilo Ghignatti 2023-07-25 08:04:46 -0300
  • c2a1469b4b Moved one line below to keep it consistent Murilo Ghignatti 2023-07-25 08:00:02 -0300
  • a0cbebc434 Adding shallow option to git clone step Murilo Ghignatti 2023-07-25 07:55:28 -0300
  • 3ad55ae678
    chore(main): release 10.3.0 (#948) v10.3.0 github-actions[bot] 2023-07-22 10:23:12 +0200
  • 3b806427bd
    chore(main): release 10.3.0 github-actions[bot] 2023-07-22 08:22:09 +0000
  • e7334d8db5
    feat(plugins): Given an optional plugin, conditionally discard deps (#947) abeldekat 2023-07-22 08:20:52 +0000
  • 8703346c4a
    Merge branch 'folke:main' into deps_of_all_optional abeldekat 2023-07-22 08:02:05 +0000
  • af4d24b8d0
    chore(main): release 10.2.1 (#946) v10.2.1 github-actions[bot] 2023-07-22 09:09:46 +0200
  • 6c9c632615
    chore(main): release 10.2.1 github-actions[bot] 2023-07-22 06:25:50 +0000
  • 54a2aa4db4 chore(build): auto-generate vimdoc github-actions[bot] 2023-07-22 06:25:12 +0000
  • e428c5ee4b
    fix(loader): getscriptinfo compat with stable. Fixes #944 Folke Lemaitre 2023-07-22 08:24:24 +0200
  • d513b3bee5 fix: call getscriptinfo with no param Huang Jing 2023-07-22 14:15:13 +0800
  • d3caec9723 deps_of_all_optional: forgot return type abeldekat 2023-07-21 20:09:10 +0200
  • bba49c5ae4 deps_of_all_optional: add tests proving unneeded optional deps are now also discarded abeldekat 2023-07-21 14:15:34 +0200
  • aa8a33218b deps_of_all_optional: Second, also disable unneeded deps from plugins marked as all optional abeldekat 2023-07-21 11:54:56 +0200
  • bbfcd98ce8 deps_of_all_optional: First, refactor the code responsible for disabling unneeded deps to be more generic abeldekat 2023-07-21 10:03:05 +0200
  • ed15f6b394 chore(build): auto-generate vimdoc github-actions[bot] 2023-07-21 06:15:36 +0000
  • b7303a6830
    chore(main): release 10.2.0 (#939) v10.2.0 github-actions[bot] 2023-07-21 08:14:51 +0200
  • f1d265372e
    chore(main): release 10.2.0 github-actions[bot] 2023-07-20 21:50:33 +0000
  • 50c365bfe9 chore(build): auto-generate vimdoc github-actions[bot] 2023-07-20 21:49:43 +0000
  • 61c43455b0
    style: lua annotations Folke Lemaitre 2023-07-20 23:42:38 +0200
  • 84266b9f0f
    feat(view): add option `ui.pills`. Set to `false` to disable the top buttons in the lazy window (#938) 3719e04 2023-07-20 16:48:50 -0500
  • b3036f336a
    refactor: rename button to pills Folke Lemaitre 2023-07-20 23:46:10 +0200
  • e94110f46c
    add option `ui.button` 3719e04 2023-07-19 21:11:41 -0500
  • 1cfdc089cd
    add option `ui.button` 3719e04 2023-07-19 21:09:57 -0500
  • 25beed5e2e chore(build): auto-generate vimdoc github-actions[bot] 2023-07-16 06:51:36 +0000
  • 2b241f74ed
    fix typo in health.lua (#933) Kasshi K 2023-07-16 15:50:53 +0900
  • 58915d7d5f fix typo in health.lua chickbone 2023-07-16 08:58:56 +0900
  • 14d76aac4b
    chore(main): release 10.1.0 (#927) v10.1.0 github-actions[bot] 2023-07-12 17:24:07 +0200
  • c0bf9f54c9
    chore(main): release 10.1.0 github-actions[bot] 2023-07-12 15:23:15 +0000
  • f6aedf1269 chore(build): auto-generate vimdoc github-actions[bot] 2023-07-12 15:22:18 +0000
  • ea5b2e00bf
    feat(loader): `LazyLoad` event with plugin name as `data` field. Useful to do stuff when a plugin loads Folke Lemaitre 2023-07-12 17:21:32 +0200
  • da8b00581a
    chore(main): release 10.0.2 (#923) v10.0.2 github-actions[bot] 2023-07-09 09:46:59 +0200
  • 433f5e90dd
    chore(main): release 10.0.2 github-actions[bot] 2023-07-09 07:45:37 +0000
  • 8ae6cb4b44 chore(build): auto-generate vimdoc github-actions[bot] 2023-07-09 07:44:55 +0000
  • fd94e69ceb
    fix(event): pass data to event lazy loaders. Fixes #922 Folke Lemaitre 2023-07-09 09:44:08 +0200
  • 5af331ea65
    chore(main): release 10.0.1 (#919) v10.0.1 github-actions[bot] 2023-07-06 20:44:00 +0200
  • 36108f2edf
    chore(main): release 10.0.1 github-actions[bot] 2023-07-06 14:32:37 +0000
  • 867528c0fe
    style(cache): fix comment case typo (#915) yangbinji 2023-07-06 22:30:54 +0800
  • 5082cd56e4
    fix(stats): corrected typo in cputime() for Linux (#916) Pierre-Antoine Lacaze 2023-07-06 16:19:08 +0200
  • 29f8e3ecb7
    chore(main): release 10.0.0 (#918) v10.0.0 github-actions[bot] 2023-07-06 15:40:23 +0200
  • 70dbac4857
    chore(main): release 10.0.0 github-actions[bot] 2023-07-06 13:39:57 +0000
  • c27cd36e6c chore(build): auto-generate vimdoc github-actions[bot] 2023-07-06 13:39:12 +0000
  • 045f23eb35
    test: fixed tests Folke Lemaitre 2023-07-06 15:38:21 +0200
  • fbb0bea2db
    feat(plugin)!: `cond` is now the same as `enabled`, but skips clean Folke Lemaitre 2023-07-06 15:30:01 +0200
  • fb0979f0a7 fix(stats): corrected typo in cputime() for Linux Pierre-Antoine Lacaze 2023-07-06 11:15:27 +0200
  • 6feaf20b6b
    fix(cache): fix comment case typo yangbinji 2023-07-06 13:13:54 +0800
  • f8611632d0 chore(build): auto-generate vimdoc github-actions[bot] 2023-07-01 06:51:58 +0000
  • 0d61488b89
    chore(main): release 9.25.1 (#904) v9.25.1 github-actions[bot] 2023-07-01 08:51:17 +0200
  • f37e66e855
    chore(main): release 9.25.1 github-actions[bot] 2023-06-30 19:21:05 +0000
  • d65d5441d9 chore(build): auto-generate vimdoc github-actions[bot] 2023-06-30 19:20:17 +0000
  • 189371c8d8
    fix(build): allow `build` command to override plugin's build and option to disable warning Folke Lemaitre 2023-06-30 21:19:30 +0200
  • de0a911ad9
    chore(main): release 9.25.0 (#898) v9.25.0 github-actions[bot] 2023-06-30 18:30:15 +0200
  • d54ae0b96d chore(build): auto-generate vimdoc github-actions[bot] 2023-06-30 16:29:13 +0000
  • 2ea3c54b5f
    docs: added docs about new build.lua Folke Lemaitre 2023-06-30 18:28:29 +0200
  • 69500d7a6e
    chore(main): release 9.25.0 github-actions[bot] 2023-06-30 16:24:07 +0000
  • 4c26421785
    feat(build): added support for build.lua, build/init.lua (#903) Folke Lemaitre 2023-06-30 18:22:39 +0200
  • 21dcfb1d13
    feat(build): added support for build.lua, build/init.lua build.lua Folke Lemaitre 2023-06-30 18:09:41 +0200
  • 2772cc587e chore(build): auto-generate vimdoc github-actions[bot] 2023-06-30 16:11:15 +0000
  • d5c31f1ed7
    style: lua annotations Folke Lemaitre 2023-06-30 18:08:52 +0200
  • 4c8b625bc8 chore(build): auto-generate vimdoc github-actions[bot] 2023-06-26 05:55:00 +0000
  • 24803fcbe3
    fix(health): false warning when checking plugins configured with 'optional' key (#897) Mayrixon 2023-06-26 06:54:12 +0100
  • de84fed211
    fix(health): false warning when checking plugins configured with 'optional' key Mayrixon 2023-06-26 01:43:07 +0100
  • b7043f2983
    chore(main): release 9.24.2 (#890) v9.24.2 github-actions[bot] 2023-06-22 11:17:54 +0200
  • 1ff13eea42
    chore(main): release 9.24.2 github-actions[bot] 2023-06-22 09:06:09 +0000
  • d7d5842d1c
    fix(config): on windows default concurrency is now set to 2*available parallelism. See #887 Folke Lemaitre 2023-06-22 11:04:17 +0200
  • 3867a81bb2
    style: better uv annotations Folke Lemaitre 2023-06-22 10:47:48 +0200
  • ccd96bfa2e chore(build): auto-generate vimdoc github-actions[bot] 2023-06-22 08:24:44 +0000
  • 6c42a305b7
    docs: make it clear that a plugin is loaded before build. Fixes #888 Folke Lemaitre 2023-06-22 10:23:54 +0200
  • c1aad95243
    chore(main): release 9.24.1 (#882) v9.24.1 github-actions[bot] 2023-06-19 11:28:26 +0200
  • ce2206ef68
    chore(main): release 9.24.1 github-actions[bot] 2023-06-19 08:23:22 +0000