Commit Graph

  • 18eb724dff
    chore(main): release 9.1.0 (#352) v9.1.0 github-actions[bot] 2023-01-10 09:40:28 +0100
  • 70b07ebad5
    ci: let release-please update Config.version Folke Lemaitre 2023-01-10 09:28:54 +0100
  • ad7aafb257
    fix(spec): don't import specs more than once Folke Lemaitre 2023-01-10 09:20:39 +0100
  • 9fa62ea8ea
    fix(cache): dont keep invalid entries in the cache (cleanup) Folke Lemaitre 2023-01-10 08:42:51 +0100
  • d3a963d51c
    refactor(util): improved notify functions Folke Lemaitre 2023-01-10 08:42:20 +0100
  • 1f17bb79b7 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-10 06:33:21 +0000
  • b28c6b9000
    feat(util): `Util.merge` now support advanced merging strategies. Docs coming soon Folke Lemaitre 2023-01-10 07:32:28 +0100
  • e6ee0fa610
    fix(ui): keymap for building a single plugin changed from `b` to `gb`. Fixes #358 Folke Lemaitre 2023-01-09 20:21:31 +0100
  • 4304035ef4
    feat(spec): allow git@ and http urls in `Plugin[1]` without `url=`. Fixes #357 Folke Lemaitre 2023-01-09 13:25:50 +0100
  • d813c518d5
    docs: improvements to readme updater Folke Lemaitre 2023-01-09 09:47:23 +0100
  • 1ca3f101c8 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-09 07:22:56 +0000
  • d5345910a7
    docs: clarified opts/config a bit Folke Lemaitre 2023-01-09 08:22:01 +0100
  • 55e86f855a chore(build): auto-generate vimdoc github-actions[bot] 2023-01-09 07:06:45 +0000
  • 3a216d008d
    fix(docs): auto-gen of readme stuff Folke Lemaitre 2023-01-09 08:05:46 +0100
  • a32e307981
    fix(diffview): fixed parameter for showing single commit with DiffView. Fixes #304 Folke Lemaitre 2023-01-09 08:05:32 +0100
  • e77be3cf3b
    fix(spec): `Plugin.opts` is now always a table. Fixes #351 Folke Lemaitre 2023-01-08 18:45:30 +0100
  • ef87c24e8e
    chore(main): release 9.0.0 (#350) v9.0.0 github-actions[bot] 2023-01-08 15:18:50 +0100
  • 2b1fccb817 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-08 14:02:50 +0000
  • 7260a2b28b
    feat(spec)!: setting a table to `Plugin.config` is now deprecated. Please use `Plugin.opts` instead. (backward compatible for now) Folke Lemaitre 2023-01-08 15:01:49 +0100
  • 6a31b97e37
    feat(util): better deep merging with `Util.merge` Folke Lemaitre 2023-01-08 14:58:17 +0100
  • b178daf9dc chore(build): auto-generate vimdoc github-actions[bot] 2023-01-08 07:32:49 +0000
  • 615781aebf
    feat(git): lazy now detects origin changes and will fix it on update. Fixes #346. Fixes #331 Folke Lemaitre 2023-01-08 08:32:03 +0100
  • a39fa0f0ce
    feat(git): added fast `Git.get_origin` and `Git.get_config` Folke Lemaitre 2023-01-08 08:04:34 +0100
  • 8a37547171
    chore(main): release 8.1.0 (#341) v8.1.0 github-actions[bot] 2023-01-07 22:59:05 +0100
  • ad00eb1be2
    test: fixed helper function to delete test directory Folke Lemaitre 2023-01-07 22:52:49 +0100
  • d34c85d580
    fix(cache): check that modpaths still exist when finding mod root Folke Lemaitre 2023-01-07 22:24:46 +0100
  • 8798ccc950 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-07 11:11:08 +0000
  • 735f2a280e
    docs: LazyVim Folke Lemaitre 2023-01-07 12:10:19 +0100
  • a1c926f87b chore(build): auto-generate vimdoc github-actions[bot] 2023-01-07 11:09:20 +0000
  • ae12dd9686
    docs: updated LazyVim links Folke Lemaitre 2023-01-07 12:08:31 +0100
  • c313249271
    feat(spec): show error when loading two specs with the same name and a different url. Fixes #337 Folke Lemaitre 2023-01-07 09:37:03 +0100
  • 5ed89b5a0d
    fix(config): properly handle uis connecting after startup Folke Lemaitre 2023-01-07 09:12:51 +0100
  • 457e65eec8 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-07 08:02:29 +0000
  • 05b55deb16
    fix(config): Don't cache check for attached UIs (#340) Brian Koropoff 2023-01-07 00:01:45 -0800
  • 7eadaacc48
    chore(main): release 8.0.0 (#329) v8.0.0 github-actions[bot] 2023-01-06 22:13:50 +0100
  • 102bc2722e
    fix(loader): source runtime files without `silent`. Fixes #336 Folke Lemaitre 2023-01-06 19:16:39 +0100
  • 4f76b431f7
    refactor(util)!: `require("lazy.util").open_cmd()` is deprecated. See the docs Folke Lemaitre 2023-01-06 11:18:48 +0100
  • 317df42fcf chore(build): auto-generate vimdoc github-actions[bot] 2023-01-06 06:13:06 +0000
  • eed1ef3c2d
    feat(commands): `:Lazy! load` now skips `cond` checks when loading plugins. Fixes #330 Folke Lemaitre 2023-01-06 07:11:50 +0100
  • 2ef44e2dee
    fix(loader): revert change that loaded /plugin after config. Fixes #328 Folke Lemaitre 2023-01-05 19:43:47 +0100
  • e89e938991
    refactor: split open_cmd in float_cmd and float_term Folke Lemaitre 2023-01-05 17:36:01 +0100
  • 13af39b83e
    refactor: easier to pass window options for floats Folke Lemaitre 2023-01-05 16:52:02 +0100
  • d3b0d3e851
    chore(main): release 7.12.1 (#321) v7.12.1 github-actions[bot] 2023-01-05 14:32:13 +0100
  • caf3897841 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-05 13:29:20 +0000
  • aadc912694
    docs: removed my dots in favor of LazyVim Folke Lemaitre 2023-01-05 14:28:28 +0100
  • b2dec14824
    fix(cache): check full paths of cached modpaths. Fixes #324 Folke Lemaitre 2023-01-05 13:42:17 +0100
  • af351f69ba chore(build): auto-generate vimdoc github-actions[bot] 2023-01-05 10:31:58 +0000
  • e4f79a42d6
    fix(util): Util.try can now work without an error message Folke Lemaitre 2023-01-05 11:31:13 +0100
  • 847ef091fa
    style: disabled stats debug Folke Lemaitre 2023-01-05 11:30:47 +0100
  • c59c05c7a8
    fix(loader): run plugin config before sourcing runtime Folke Lemaitre 2023-01-04 23:16:55 +0100
  • 457f0bb7ce
    chore(main): release 7.12.0 (#317) v7.12.0 github-actions[bot] 2023-01-04 22:50:23 +0100
  • 886a91c688
    ci: new templates Folke Lemaitre 2023-01-04 20:23:36 +0100
  • dea43afc4a
    feat(spec): allow import property on a plugin spec Folke Lemaitre 2023-01-04 17:50:57 +0100
  • 3bde7b5ba8
    fix(keys): Use vim's default value for an unset g:mapleader (#316) Tsakiris Tryfon 2023-01-04 15:02:48 +0200
  • d5e6bdf90c
    chore(main): release 7.11.0 (#312) v7.11.0 github-actions[bot] 2023-01-04 12:44:35 +0100
  • a7ac2ad020
    feat(loader): disable plugins Folke Lemaitre 2023-01-04 12:40:00 +0100
  • 09fd8fabd2
    fix(loader): dont show error of missing plugins if they are disabled Folke Lemaitre 2023-01-04 11:02:29 +0100
  • 81cb352fe6
    feat(spec): spec merging now properly works with `Plugin.enabled` Folke Lemaitre 2023-01-04 10:36:51 +0100
  • bce0c6e327
    perf(spec): more efficient merging of specs and added `Plugin._.super` Folke Lemaitre 2023-01-04 09:35:00 +0100
  • 6d46a3028d
    style(keys): remove debug output Folke Lemaitre 2023-01-04 09:22:52 +0100
  • b4d4e6b41b
    fix(loader): move mapleader check to loader, so it can be set by spec files Folke Lemaitre 2023-01-04 09:07:30 +0100
  • 2e87520826
    fix(util): assume type is file when no type is returned by scandir. Fixes #306 Folke Lemaitre 2023-01-04 08:57:50 +0100
  • e61b334cee
    fix(diff): make diffview work again. Fixes #304 Folke Lemaitre 2023-01-04 08:13:43 +0100
  • 62214df989 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-04 06:55:41 +0000
  • 507b695753
    fix(keys): only replace localleader and maplocalleader. Fixes #307, fixes #308 Folke Lemaitre 2023-01-04 07:54:35 +0100
  • a11a317a92
    chore(main): release 7.10.0 (#281) v7.10.0 github-actions[bot] 2023-01-04 00:32:33 +0100
  • 588caef4e9
    test: fixed tests Folke Lemaitre 2023-01-04 00:30:14 +0100
  • b2673f1057
    style: debug formatting Folke Lemaitre 2023-01-04 00:27:31 +0100
  • 1c854d7a6d
    fix(health): check for all packages on the rtp, excluding `dist` packs Folke Lemaitre 2023-01-03 23:48:00 +0100
  • c85f929bd9
    fix(install): dont try re-installing failed missing plugins during startup. Fixes #303 Folke Lemaitre 2023-01-03 22:50:14 +0100
  • 1fd80159d0
    fix(spec): show error when users load a plugins module called `lazy` Folke Lemaitre 2023-01-03 22:49:04 +0100
  • 953c2791d8
    fix(util): made `Util.lsmod` more robust. See #298 Folke Lemaitre 2023-01-03 22:31:18 +0100
  • f36c7cb0dc
    feat(version): allow version=false to override default version Folke Lemaitre 2023-01-03 21:19:20 +0100
  • 7b9fa284f8
    style: better debug Folke Lemaitre 2023-01-03 16:17:15 +0100
  • e93f50fd1b
    fix(keys): operator pending mode Folke Lemaitre 2023-01-03 16:16:49 +0100
  • 2e3e65b0f7
    fix(keys): operator Folke Lemaitre 2023-01-03 11:17:37 +0100
  • cdb998c6fe
    fix(keys): make operator pending mode work. Fixes #286 Folke Lemaitre 2023-01-03 11:16:15 +0100
  • 299ffdfd53
    feat(ui): added section with disabled plugins Folke Lemaitre 2023-01-03 10:43:10 +0100
  • 05aec48968
    feat(spec): allow overriding `Plugin.enabled` Folke Lemaitre 2023-01-03 10:34:53 +0100
  • dc9c92a9b3
    fix(git): properly compare git commits with short refs Folke Lemaitre 2023-01-03 09:36:35 +0100
  • 3ad6d95a30 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-03 08:14:21 +0000
  • ff1e322b4f
    style: debug Folke Lemaitre 2023-01-03 09:13:22 +0100
  • e749e68b68
    fix(ui): check if win is still valid Folke Lemaitre 2023-01-03 09:13:11 +0100
  • b5f4106892
    fix(stats): more robust checks for native cputime Folke Lemaitre 2023-01-03 09:12:43 +0100
  • 06db1ec3c6
    fix(stats): fixed cputime on linux Folke Lemaitre 2023-01-02 20:50:10 +0100
  • 277a2ab10b
    fix(git): better errors when a branch/tag/version could not be found. Fixes #276 Folke Lemaitre 2023-01-02 19:01:02 +0100
  • 85173dcc4d
    fix(stats): windows Folke Lemaitre 2023-01-02 17:42:12 +0100
  • 2ea0751a23 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-02 16:21:19 +0000
  • e039ff6e28
    docs: fix references to config.plugins (#282) colton 2023-01-02 11:20:32 -0500
  • ddcdc5e447
    fix(stats): use fallback for cputime on windows. Fixes #280 Folke Lemaitre 2023-01-02 17:10:54 +0100
  • c1a50a7fc5
    chore(main): release 7.9.0 (#265) v7.9.0 github-actions[bot] 2023-01-02 15:49:03 +0100
  • ce3e1fc560
    fix(plugin): only get plugin from spec when needed. Folke Lemaitre 2023-01-02 15:27:01 +0100
  • 9893430187
    fix(cache): dont return directories in lsmod Folke Lemaitre 2023-01-02 15:08:20 +0100
  • 60e96b478a
    fix(loader): always load init.lua in plugin mods Folke Lemaitre 2023-01-02 15:04:32 +0100
  • 9e90852a47
    fix(cache): autoloading was broken! Folke Lemaitre 2023-01-02 14:50:34 +0100
  • 1ec8f08480
    fix(cache): properly return two values for finddir Folke Lemaitre 2023-01-02 14:46:49 +0100
  • 8b6a98ad26 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-02 13:36:19 +0000
  • 69121c7721
    tests: fixed tests Folke Lemaitre 2023-01-02 14:35:36 +0100
  • 8063523471
    ci: added debug info when #topmods>1 Folke Lemaitre 2023-01-02 14:29:55 +0100
  • 0bc73db503
    fix(cache): only autoload when plugins have been parsed. Needed to support `import` Folke Lemaitre 2023-01-02 12:54:38 +0100