Commit Graph

  • 3674036a59
    fix(ui): properly highlight breaking change commit scope (#1160) Riley Bruins 2023-11-04 03:05:02 -0700
  • 32dead0376 chore(build): auto-generate vimdoc github-actions[bot] 2023-11-04 09:14:45 +0000
  • 314193af1d
    fix(build): allow build=false to skip building Folke Lemaitre 2023-11-04 10:14:03 +0100
  • b1213d426f feat: LazyKeysBase Support opts and rhs_maker HC 2023-11-04 06:10:38 +0800
  • a0c2a18529
    fix: properly highlight breaking change commit scope Riley Bruins 2023-10-31 18:50:20 -0700
  • 16603c6917
    chore(main): release 10.15.0 (#1147) v10.15.0 github-actions[bot] 2023-10-25 20:13:09 +0200
  • 21069a9249
    chore(main): release 10.15.0 github-actions[bot] 2023-10-25 18:02:38 +0000
  • f82bac799c chore(build): auto-generate vimdoc github-actions[bot] 2023-10-25 18:01:37 +0000
  • 312e424a08
    fix(loader): when reloading, clear plugin properties cache (#1153) Serhii Karvatskyi 2023-10-25 21:00:50 +0300
  • 8abfceb911 fix(loader): when reloading, clear plugin properties cache Supremist 2023-10-25 19:40:02 +0300
  • e136200587 Another variant of the lazy config option documentation Fred Sundvik 2023-10-23 16:56:59 +0300
  • 5e10669d14 Clarify the lazy config option Fred Sundvik 2023-10-23 16:22:53 +0300
  • e42fccc3cd chore(build): auto-generate vimdoc github-actions[bot] 2023-10-23 05:53:33 +0000
  • 4446fdb9af
    feat(ui): check pinned packages that can't be updated (#1139) Maria José Solano 2023-10-22 22:52:54 -0700
  • 67cdcf97b1 feat: check outdated pinned plugins Maria José Solano 2023-10-18 17:02:18 -0700
  • 42fb1e89ad chore(build): auto-generate vimdoc github-actions[bot] 2023-10-22 12:25:19 +0000
  • 6b7b4c5b96
    style: show full trace when debug=true Folke Lemaitre 2023-10-22 14:24:27 +0200
  • c6d4613837 style: fix filter types Maria José Solano 2023-10-18 16:29:44 -0700
  • 9788a19ec0 chore(build): auto-generate vimdoc github-actions[bot] 2023-10-19 18:14:04 +0000
  • 71007c715f
    docs: Typos fixed in CHANGELOG.md (#1140) SandeshPyakurel 2023-10-19 23:58:25 +0545
  • 1109c97979
    Typos fixed in CHANGELOG.md SandeshPyakurel 2023-10-19 16:36:59 +0545
  • 4c75c8eeb9
    chore(main): release 10.14.6 (#1130) v10.14.6 github-actions[bot] 2023-10-17 21:52:13 +0200
  • d0b0aef7a2
    chore(main): release 10.14.6 github-actions[bot] 2023-10-17 15:46:06 +0000
  • daab5fe280
    fix(loader): dont autoload when lazy handlers have not been setup yet. Fixes #1132 Folke Lemaitre 2023-10-17 17:44:14 +0200
  • c059eece0c
    refactor: Handler.load => Handler.resolve Folke Lemaitre 2023-10-17 17:43:37 +0200
  • 03419f3e5f
    fix(cmd): shedule error message instead of showing directly Folke Lemaitre 2023-10-17 16:52:32 +0200
  • 7613ab2abb
    fix(ui): running tasks are now less twitchy Folke Lemaitre 2023-10-17 10:29:48 +0200
  • c7298a10db
    chore(main): release 10.14.5 (#1129) v10.14.5 github-actions[bot] 2023-10-17 10:04:13 +0200
  • 323949c5e6
    chore(main): release 10.14.5 github-actions[bot] 2023-10-17 06:37:48 +0000
  • c373663b49 chore(build): auto-generate vimdoc github-actions[bot] 2023-10-17 06:36:51 +0000
  • cdfa788881
    fix(loader): fixed event check in reload. Fixes #1124 Folke Lemaitre 2023-10-17 08:36:09 +0200
  • f73986546c
    chore(main): release 10.14.4 (#1128) v10.14.4 github-actions[bot] 2023-10-17 00:33:20 +0200
  • b71b047910
    chore(main): release 10.14.4 github-actions[bot] 2023-10-16 22:30:50 +0000
  • fb9795e49f
    fix(ui): fixed keymaps in debug view Folke Lemaitre 2023-10-17 00:29:09 +0200
  • 3049575bd8
    chore(main): release 10.14.3 (#1127) v10.14.3 github-actions[bot] 2023-10-16 23:09:07 +0200
  • 27fccd4c95
    chore(main): release 10.14.3 github-actions[bot] 2023-10-16 21:06:40 +0000
  • c1b9887373
    perf(plugin): cache lazy handler values Folke Lemaitre 2023-10-16 23:04:57 +0200
  • 2f169e74d4
    refactor(handlers): lazy resolving of plugin handlers (#1126) Folke Lemaitre 2023-10-16 22:34:44 +0200
  • c6831d2126
    test: fixed tests lazy_handler_loading Folke Lemaitre 2023-10-16 22:26:21 +0200
  • 47dafaed64
    refactor(handlers): lazy resolving of plugin handlers Folke Lemaitre 2023-10-16 22:12:26 +0200
  • b9c604e839
    chore(main): release 10.14.2 (#1125) v10.14.2 github-actions[bot] 2023-10-16 18:18:42 +0200
  • 960c29f8e2
    chore(main): release 10.14.2 github-actions[bot] 2023-10-16 16:12:36 +0000
  • 2270bbbc48
    fix(plugin): work-around for Plugin.values error. Will add proper fix later. Fixes #1124 Folke Lemaitre 2023-10-16 18:11:02 +0200
  • 239f0fa9c1
    chore(main): release 10.14.1 (#1123) v10.14.1 github-actions[bot] 2023-10-16 15:30:19 +0200
  • 4feee8d953
    chore(main): release 10.14.1 github-actions[bot] 2023-10-16 13:12:57 +0000
  • 24a93426c4 chore(build): auto-generate vimdoc github-actions[bot] 2023-10-16 13:12:01 +0000
  • 1ea2eaefa6
    test: fixed tests for plugin spec Folke Lemaitre 2023-10-16 15:11:01 +0200
  • 1cfd6d1f36
    fix(loader): don't load handlers before installing plugins Folke Lemaitre 2023-10-16 15:05:16 +0200
  • ed6c9ffe21
    chore(main): release 10.14.0 (#1120) v10.14.0 github-actions[bot] 2023-10-15 22:24:48 +0200
  • 55d82cf4bd
    chore(main): release 10.14.0 github-actions[bot] 2023-10-15 06:54:45 +0000
  • c5598617da chore(build): auto-generate vimdoc github-actions[bot] 2023-10-15 06:53:52 +0000
  • c8e2091e6d
    fix(plugin): dont allow `dir` changes when we already loaded files from the plugin's old dir. Show an error in this case. Fixes #993 Folke Lemaitre 2023-10-15 08:51:54 +0200
  • 3dc413d6fd
    fix(plugin): improved dir/dev merging. Fixes #993 Folke Lemaitre 2023-10-15 08:36:15 +0200
  • 0c53d4673f
    feat(plugin): treat url changes as warnings. They will only be shown with checkhealth Folke Lemaitre 2023-10-14 23:07:01 +0200
  • 1c16e4236f
    chore(main): release 10.13.4 (#1117) v10.13.4 github-actions[bot] 2023-10-14 17:33:31 +0200
  • 55b1e4fdaf
    chore(main): release 10.13.4 github-actions[bot] 2023-10-14 15:31:52 +0000
  • 3b31897275
    fix(cmd): lazy-cmds no longer show an error for buffer-local commands Folke Lemaitre 2023-10-14 17:30:24 +0200
  • a993bfd6de
    docs: update git.log in readme (#1115) sibouras 2023-10-14 16:14:45 +0100
  • 3271e61fe9 update git.log in lazy.core.config ala 2023-10-14 16:05:20 +0100
  • a27935e0d4
    chore(main): release 10.13.3 (#1116) v10.13.3 github-actions[bot] 2023-10-14 17:02:44 +0200
  • 468299b307 Revert "docs: update git.log in readme" ala 2023-10-14 15:59:52 +0100
  • 53660e8ae8
    chore(main): release 10.13.3 github-actions[bot] 2023-10-14 14:02:03 +0000
  • 2b8b8b020b chore(build): auto-generate vimdoc github-actions[bot] 2023-10-14 14:01:16 +0000
  • ad5da0ae20
    fix(ui): sort lazy plugin handlers Folke Lemaitre 2023-10-14 16:00:30 +0200
  • ff602aa987
    docs: update git.log in readme sibouras 2023-10-14 14:30:24 +0100
  • 276e572f64
    chore(main): release 10.13.2 (#1110) v10.13.2 github-actions[bot] 2023-10-13 13:17:52 +0200
  • 8d712c8e5d chore(build): auto-generate vimdoc github-actions[bot] 2023-10-13 11:15:19 +0000
  • 9f5637f1d7
    docs: another LazyKeys reference. Fixes #1109 Folke Lemaitre 2023-10-13 13:14:39 +0200
  • 8a6379eddd chore(build): auto-generate vimdoc github-actions[bot] 2023-10-13 10:38:26 +0000
  • a026f73953
    docs: fix types for `keys`. Fixes #1109 Folke Lemaitre 2023-10-13 12:37:41 +0200
  • 727bc15ff3
    chore(main): release 10.13.2 github-actions[bot] 2023-10-13 09:39:45 +0000
  • e15dfab3c3 chore(build): auto-generate vimdoc github-actions[bot] 2023-10-13 09:38:43 +0000
  • 70f764bf73
    fix(util): Util.merge now skips nil args Folke Lemaitre 2023-10-13 11:37:52 +0200
  • 3769461194
    fix(float): disable swapfile for files shown in Float Folke Lemaitre 2023-10-13 11:37:38 +0200
  • 33c447b96e
    chore(main): release 10.13.1 (#1108) v10.13.1 github-actions[bot] 2023-10-12 12:40:23 +0200
  • 8a64e13088
    chore(main): release 10.13.1 github-actions[bot] 2023-10-12 10:25:32 +0000
  • 7f70dd1749
    fix(git): unset GIT_INDEX_FILE so we dont accidentally overwrite a different git repo. Fixes #1107 Folke Lemaitre 2023-10-12 12:23:39 +0200
  • 117556d9e7
    chore(main): release 10.13.0 (#1106) v10.13.0 github-actions[bot] 2023-10-12 11:40:26 +0200
  • 83f0b02dbe
    chore(main): release 10.13.0 github-actions[bot] 2023-10-12 05:20:35 +0000
  • 84ae36f30d chore(build): auto-generate vimdoc github-actions[bot] 2023-10-12 05:19:35 +0000
  • 43c284a578
    feat(keys): include custom keys in help menu (#1105) Maria José Solano 2023-10-11 22:18:53 -0700
  • 9e8d75362f feat(keys): include custom keys in help menu Maria José Solano 2023-10-11 19:07:49 -0700
  • 906ff8e569
    chore(main): release 10.12.0 (#1102) v10.12.0 github-actions[bot] 2023-10-11 15:00:30 +0200
  • c76013ba3b
    chore(main): release 10.12.0 github-actions[bot] 2023-10-11 12:26:58 +0000
  • 9ca9a63be5 chore(build): auto-generate vimdoc github-actions[bot] 2023-10-11 12:26:07 +0000
  • 99ee284739
    fix(ui): use actual handler values for rendering plugin handlers Folke Lemaitre 2023-10-11 14:25:10 +0200
  • b65d308662
    feat(event): custom lazy event hook for distros Folke Lemaitre 2023-10-11 14:24:40 +0200
  • 303a3ed6a8
    feat(event): added support for structured events (see readme on event) Folke Lemaitre 2023-10-11 14:24:18 +0200
  • 73fbf5ccab
    chore(main): release 10.11.0 (#1101) v10.11.0 github-actions[bot] 2023-10-10 19:52:13 +0200
  • ce5e883020
    chore(main): release 10.11.0 github-actions[bot] 2023-10-10 17:14:18 +0000
  • 2947f104e1 chore(build): auto-generate vimdoc github-actions[bot] 2023-10-10 17:13:22 +0000
  • 7b84609a06
    feat(util): expose pretty stacktraces for notify Folke Lemaitre 2023-10-10 19:12:35 +0200
  • cb3a0555b9
    docs: format table Folke Lemaitre 2023-10-10 19:12:07 +0200
  • 1a47d3b2aa chore(build): auto-generate vimdoc github-actions[bot] 2023-10-10 16:59:52 +0000
  • a617db7e79
    docs: icon for require without nerd font (#1100) Artyom Andreev 2023-10-10 19:59:13 +0300
  • 264d267840
    docs: icon for require without nerd font Artyom Andreev 2023-10-10 19:43:21 +0300
  • 84d13c1d7e
    chore(main): release 10.10.0 (#1098) v10.10.0 github-actions[bot] 2023-10-10 16:15:05 +0200
  • e6bdaeaa8a
    chore(main): release 10.10.0 github-actions[bot] 2023-10-10 09:54:28 +0000
  • 58e5726592
    feat(git): show help on how to remove local changes Folke Lemaitre 2023-10-10 11:53:00 +0200
  • 92869d0928
    fix(process): make sure cwd is a valid directory Folke Lemaitre 2023-10-10 11:52:45 +0200