Commit Graph

  • 7b78ce3332
    feat(commands): allow commands like `Lazy ... | ...` (#377) hgigas 2023-01-13 09:05:13 +0100
  • e2556e38c7 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-13 08:02:17 +0000
  • 7b0d1a7866
    fix(float): only clear diagnostics for valid buffers Folke Lemaitre 2023-01-13 09:00:38 +0100
  • b73312aa32
    fix: use `vim.api.nvim_exec_autocmds` instead of `vim.cmd[[do]]` to prevent weird `vim.notify` behavior Folke Lemaitre 2023-01-13 09:00:15 +0100
  • 81017b99e7
    fix(cache): de-duplicate topmods. Fixes #349 Folke Lemaitre 2023-01-13 08:58:18 +0100
  • 70e5e08dc1 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-12 12:17:08 +0000
  • f3695bc5be
    test: fixed tests for `Util.merge` Folke Lemaitre 2023-01-12 13:16:23 +0100
  • 3f3d9df324
    test: fixed tests for `Plugin.opts` Folke Lemaitre 2023-01-12 13:13:45 +0100
  • 784bb3c100
    refactor: removed special `__merge` functionality Folke Lemaitre 2023-01-12 13:13:30 +0100
  • 2128ca90fb
    feat(spec): event, keys, ft and cmd can now also be a function that returns the values to be used Folke Lemaitre 2023-01-12 13:07:51 +0100
  • b006f5077f feat: add buffer name Aaron Adams 2023-01-12 16:30:41 +0800
  • cdda5b8bc6
    Allow commands like `Lazy ... | ...` hgigas 2023-01-12 09:18:47 +0100
  • bcd87a0215 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-12 08:02:16 +0000
  • 3fbe4fe27a
    fix(ui): open diff and others over the ui. Don't try to be smart about it. Fixes #361 Folke Lemaitre 2023-01-12 09:01:29 +0100
  • 0741d62319
    chore(main): release 9.1.3 (#374) v9.1.3 github-actions[bot] 2023-01-11 23:13:41 +0100
  • b9c7ff3340
    chore(main): release 9.1.3 github-actions[bot] 2023-01-11 22:13:01 +0000
  • 07fd7adb34
    fix(cache): use cached chunk when specs are loading for valid plugins Folke Lemaitre 2023-01-11 23:11:38 +0100
  • e1cd9cd0ad
    fix(loader): prevent loading plugins when loading specs Folke Lemaitre 2023-01-11 23:07:58 +0100
  • 9d494e0594
    chore(main): release 9.1.2 (#362) v9.1.2 github-actions[bot] 2023-01-11 21:45:02 +0100
  • 6cbfb32a45
    chore(main): release 9.1.2 github-actions[bot] 2023-01-11 16:14:38 +0000
  • a64623899d
    fix(ui): possible error during initial install Folke Lemaitre 2023-01-11 17:13:03 +0100
  • 41c7a6a6c0 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-11 12:45:07 +0000
  • 74bc61ab97
    fix(handlers): allow overriding handler values Folke Lemaitre 2023-01-11 13:43:57 +0100
  • 3b44c3c14a
    fix(ui): reset buf and win options on resize Folke Lemaitre 2023-01-11 13:43:17 +0100
  • 5aca9280df
    perf(util): execute VeryLazy right after UIEnter Folke Lemaitre 2023-01-11 13:40:19 +0100
  • 8756c0950c
    fix(ui): properly position Lazy tabs when opening another cmd. Fixes #361 Folke Lemaitre 2023-01-10 14:26:28 +0100
  • d2110278be
    chore(main): release 9.1.1 (#360) v9.1.1 github-actions[bot] 2023-01-10 11:21:52 +0100
  • 2af34ddecb
    chore(main): release 9.1.1 github-actions[bot] 2023-01-10 10:21:17 +0000
  • 5faadf6398
    fix(ui): get_plugin should return when ui is not showing Folke Lemaitre 2023-01-10 11:19:47 +0100
  • 18eb724dff
    chore(main): release 9.1.0 (#352) v9.1.0 github-actions[bot] 2023-01-10 09:40:28 +0100
  • ba66c54383
    chore(main): release 9.1.0 github-actions[bot] 2023-01-10 08:30:12 +0000
  • 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
  • 951fe1a00b
    chore(main): release 9.0.0 github-actions[bot] 2023-01-08 14:03:25 +0000
  • 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
  • 01eebd91ac
    chore(main): release 8.1.0 github-actions[bot] 2023-01-07 21:54:06 +0000
  • 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
  • 0c50840d62 Don't cache check for attached UIs Brian Koropoff 2023-01-06 22:12:40 -0800
  • 7eadaacc48
    chore(main): release 8.0.0 (#329) v8.0.0 github-actions[bot] 2023-01-06 22:13:50 +0100
  • ae8a2fe5c4
    chore(main): release 8.0.0 github-actions[bot] 2023-01-06 18:18:22 +0000
  • 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
  • d6f552c68a feat(commands): allow force loading a plugin Luuk van Baal 2023-01-06 00:28:55 +0100
  • 2ef44e2dee
    fix(loader): revert change that loaded /plugin after config. Fixes #328 Folke Lemaitre 2023-01-05 19:43:47 +0100
  • cafe0b06e5 feat: Move Update section above Updated Will Leinweber 2023-01-05 18:39:14 +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
  • 441e0fdeeb
    chore(main): release 7.12.1 github-actions[bot] 2023-01-05 12:43:36 +0000
  • 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
  • b3634661fc
    chore(main): release 7.12.0 github-actions[bot] 2023-01-04 16:52:11 +0000
  • 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
  • 911f5a8427 fix(keys): Use vim's default value for an unset g:mapleader Tsakiris Tryfon 2023-01-04 14:46:32 +0200
  • d5e6bdf90c
    chore(main): release 7.11.0 (#312) v7.11.0 github-actions[bot] 2023-01-04 12:44:35 +0100
  • 7a7c9fd3de
    chore(main): release 7.11.0 github-actions[bot] 2023-01-04 11:41:12 +0000
  • 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
  • cf4ca0a773
    Merge branch 'folke:main' into main Liquid_system 2023-01-04 17:28:15 +0900