Commit Graph

  • 291dd6a74b
    docs: updated bootstrap code to exclude single-branch Folke Lemaitre 2022-12-30 01:01:13 +0100
  • 0063e439a3 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-29 22:37:17 +0000
  • c30c89bc09
    docs: bootstrap code will now bootstrap with latest stable lazy release. Fixes #236 Folke Lemaitre 2022-12-29 23:36:26 +0100
  • 5a78451c30
    chore(main): release 7.5.0 (#240) v7.5.0 github-actions[bot] 2022-12-29 23:33:51 +0100
  • abc83de229
    chore(main): release 7.5.0 github-actions[bot] 2022-12-29 22:33:16 +0000
  • 929198bc4f
    feat(bootstrap): bootstrap with last lazy stable release Folke Lemaitre 2022-12-29 23:32:02 +0100
  • 1682edc505
    test: annotations for tests Folke Lemaitre 2022-12-29 23:27:02 +0100
  • 5d9c528771
    ci: fixed stable tag for release-please (again) Folke Lemaitre 2022-12-29 23:26:27 +0100
  • 67cb4e74c8
    chore(main): release 7.4.2 (#239) v7.4.2 github-actions[bot] 2022-12-29 23:17:03 +0100
  • 563519eee7
    ci: fixed release-please stable tag Folke Lemaitre 2022-12-29 23:15:39 +0100
  • fa5ccbfe98
    chore(main): release 7.4.2 github-actions[bot] 2022-12-29 22:13:55 +0000
  • e6c24914e8
    test: fixed selene issues for tests Folke Lemaitre 2022-12-29 23:12:38 +0100
  • a4bd4dc4a7
    fix(loader): normalize rtp paths on windows #230 Folke Lemaitre 2022-12-29 23:06:37 +0100
  • 68ee0cbe2d
    chore(main): release 7.4.1 (#238) v7.4.1 github-actions[bot] 2022-12-29 23:00:02 +0100
  • 0c386bbea2
    ci: added stable tag that gets moved with every release Folke Lemaitre 2022-12-29 22:58:10 +0100
  • 1b038c38f8
    chore(main): release 7.4.1 github-actions[bot] 2022-12-29 21:42:19 +0000
  • 9f3fb38402
    fix(ftdetect): source ftdetect files only once. Fixes #235 Folke Lemaitre 2022-12-29 22:40:15 +0100
  • 717cd2f3d6
    chore(main): release 7.4.0 (#197) v7.4.0 github-actions[bot] 2022-12-29 18:42:54 +0100
  • 386240d70d
    chore(main): release 7.4.0 github-actions[bot] 2022-12-29 17:41:45 +0000
  • 853d4d5838
    fix(cache): added support for top level lua linked directories. Fixes #233 Folke Lemaitre 2022-12-29 18:40:28 +0100
  • 8544c389ab
    fix(cache): always normalize modname separators Folke Lemaitre 2022-12-29 18:26:39 +0100
  • c7c1295c3e
    fix: only show fired ft events in debug obvioulsy. Fixes #232 Folke Lemaitre 2022-12-29 18:06:40 +0100
  • a2eac68575
    fix(cmd): fixed signature of cmd._del. Fixes #229 Folke Lemaitre 2022-12-29 17:32:54 +0100
  • e2925748df
    build: added jit to selene Folke Lemaitre 2022-12-29 17:30:29 +0100
  • 7de662d037
    fix(ft): only trigger filetypepluing and filetypeindent for ft handler. Fixes #228 Folke Lemaitre 2022-12-29 17:26:38 +0100
  • db043da829
    fix(config): reset packpath to include VIMRUNTIME only. Fixes #214 Folke Lemaitre 2022-12-29 16:04:45 +0100
  • 3a1a10cd75
    fix(loader): implemented correct adding to rtp. fix #230, fix #226 Folke Lemaitre 2022-12-29 16:03:23 +0100
  • c7122d64cd
    fix(loader): temporary fix for Vimtex and others. See #230 Folke Lemaitre 2022-12-29 10:51:25 +0100
  • 044e28bf8b
    fix(cache): check package.loaded after auto-load and return existing module if present. Fixes #224 Folke Lemaitre 2022-12-29 09:06:23 +0100
  • b8c5ab5dae
    fix(cache): reload file if compiled code is incompatible. Fixes #225 Folke Lemaitre 2022-12-29 08:25:24 +0100
  • 4e3a973f85
    fix(rtp): correct order of adding to rtp. Fixes #226 Folke Lemaitre 2022-12-29 08:21:22 +0100
  • 72ab3e2933 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-29 07:03:28 +0000
  • 15b5b94422
    docs: Add migration for config from packer (#227) XXiaoA 2022-12-29 15:02:46 +0800
  • e3ffcff7cc
    fix(cache): ad jit.verion to cache version string. Fixes #225 Folke Lemaitre 2022-12-29 08:01:05 +0100
  • c047373a47 docs: Add migration for config from packer XXiaoA 2022-12-29 12:23:07 +0800
  • 95b9cf743c
    fix(cache): properly get rtp during fast events Folke Lemaitre 2022-12-29 01:25:05 +0100
  • 55335138ce chore(build): auto-generate vimdoc github-actions[bot] 2022-12-29 00:05:27 +0000
  • 4b75d06c07
    fix(cache): dont update rtp in fast events Folke Lemaitre 2022-12-29 01:04:39 +0100
  • 6c0b803999
    fix(git): add --no-show-signature. Fixes #218 Folke Lemaitre 2022-12-29 01:02:05 +0100
  • c8553ca44f
    feat(plugin): allow some `lazy.nvim` spec props to be set by the user Folke Lemaitre 2022-12-29 00:49:38 +0100
  • 9997523841
    fix(cache): OptionSet is not triggered during startup, so use #rtp instead to see if it changed Folke Lemaitre 2022-12-29 00:48:59 +0100
  • 370b1b982e
    fix(cache): make it work again... #fixup Folke Lemaitre 2022-12-28 23:50:25 +0100
  • c2f7e2d098
    feat(ui): added extra cache stats to the debug tab Folke Lemaitre 2022-12-28 17:58:16 +0100
  • 34977c2b80
    perf: move autoloader to cache and always use lazy's modname path resolver which is much faster Folke Lemaitre 2022-12-28 17:57:59 +0100
  • 956164d27d
    fix(loader): show proper error message when trying to load a plugin that is not installed. Fixes #201. Fixes #202 Folke Lemaitre 2022-12-28 17:56:20 +0100
  • 5f423b29c6
    fix(loader): when `config=true`, pass `nil` to `setup()`. Fixes #208 Folke Lemaitre 2022-12-28 17:43:14 +0100
  • 021e54655f
    feat(cache): update package.loaded on require Folke Lemaitre 2022-12-28 09:00:39 +0100
  • b813fae61c
    fix(health): add `cond` key (#203) max397574 2022-12-28 17:39:51 +0100
  • acd6697d88
    fix(commands): E5108 in getcompletions (#207) tzachar 2022-12-28 18:39:31 +0200
  • 0b1e083937 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-28 16:38:51 +0000
  • ff8f3783fa
    feat(profile): nicer threshold prompt (#210) Dr. David A. Kunz 2022-12-28 17:38:08 +0100
  • 44bd7f25a1 docs: add file tree to plugin structuring section pseudometa 2022-12-28 15:02:48 +0100
  • 8ee9fc9cab docs: add ToC pseudometa 2022-12-28 14:47:50 +0100
  • b0ccaf3e09 chore: nicer threshold prompt Dr. David A. Kunz 2022-12-28 14:13:43 +0100
  • 1587da25ab Fix E5108 in getcompletions Nir Tzachar 2022-12-28 13:24:04 +0200
  • cd8432430e
    fix(health): add `cond` key max397574 2022-12-28 10:16:55 +0100
  • de40540d06
    fix(loader): only load installed plugins LostNeophyte 2022-12-28 09:41:52 +0100
  • dc03fa1ae5
    fix(health): add new key `priority` to `:checkhealth lazy` (#196) Darkhan 2022-12-27 23:03:09 +0000
  • adf47f5d82 Add new key `priority` to `:checkhealth lazy` Darkhan Kubigenov 2022-12-27 22:59:31 +0000
  • 9ab61b3479
    chore(main): release 7.3.0 (#177) v7.3.0 github-actions[bot] 2022-12-27 22:38:28 +0100
  • c5d6898112
    chore(main): release 7.3.0 github-actions[bot] 2022-12-27 18:51:37 +0000
  • 0d0d11acb2
    fix(ui): removed newlines from profile tab Folke Lemaitre 2022-12-27 19:50:11 +0100
  • 3b46160c01
    feat(ui): added new section specifically for updates Folke Lemaitre 2022-12-27 19:35:18 +0100
  • 7d20364dba chore(build): auto-generate vimdoc github-actions[bot] 2022-12-27 16:25:37 +0000
  • edf8310288
    feat(plugin): added `Plugin.priority` for start plugins Folke Lemaitre 2022-12-27 17:24:40 +0100
  • eec0485d45 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-27 15:46:41 +0000
  • 81943f32d9
    docs: documented event patterns. Fixes #191 Folke Lemaitre 2022-12-27 16:45:30 +0100
  • 5a5487b015 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-27 12:35:05 +0000
  • a2fdf369f2
    feat(profile): added accurate startuptime to ui/stats/docs Folke Lemaitre 2022-12-27 13:34:07 +0100
  • d1739cb7e1
    feat(util): use treesitter to highlight notify messages when available Folke Lemaitre 2022-12-27 12:35:02 +0100
  • e183601763 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-27 07:58:39 +0000
  • 5618076a45
    fix(ft): always trigger FileType when lazy-loading on ft Folke Lemaitre 2022-12-27 08:57:43 +0100
  • b1e1b337a6
    docs: clarified dependencies plugin names Folke Lemaitre 2022-12-27 08:36:09 +0100
  • 0f3782c066 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-27 07:31:21 +0000
  • 38a9541939
    style(plugin): improved types a bit, but sumneko still can't handle them since they're recursive Folke Lemaitre 2022-12-27 08:30:28 +0100
  • 8a3152de93
    fix(plugin): find plugins with `/lua/` instead of `/lua` Folke Lemaitre 2022-12-26 23:41:19 +0100
  • 792a05d0ca fix(types): extended keys type for LazySpec Nick Friday 2022-12-27 04:47:22 +0300
  • b5b2ab6b6c chore(build): auto-generate vimdoc github-actions[bot] 2022-12-26 22:20:42 +0000
  • 96e82986ee
    docs: updated docs Folke Lemaitre 2022-12-26 23:19:37 +0100
  • b6ebed5888
    fix(plugin): pass plugin as arg to config/init/build Folke Lemaitre 2022-12-26 22:59:02 +0100
  • de383740a2 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-26 19:46:34 +0000
  • 3a67d2ad25
    docs: fix plugin setup example (#175) Moshe Avni 2022-12-26 21:45:46 +0200
  • 3c24c506ce
    docs: update config.plugins link. Fixes #182 Folke Lemaitre 2022-12-26 20:45:06 +0100
  • c155808e1a
    Update link to point to directory instead of file Charlie Denton 2022-12-26 19:37:01 +0000
  • c4d924acee
    fix(reloader): remove extra trailing separator (#180) Tsakiris Tryfon 2022-12-26 20:42:42 +0200
  • a866860787 fix(reloader): remove extra trailing separator Tsakiris Tryfon 2022-12-26 20:34:50 +0200
  • 511524ebff chore(build): auto-generate vimdoc github-actions[bot] 2022-12-26 18:02:16 +0000
  • 7ffbead674
    docs: added LazyReload Folke Lemaitre 2022-12-26 19:01:28 +0100
  • 4e4493b21d
    feat(reloader): trigger LazyReload when changes were detected and after reload. Fixes #178 Folke Lemaitre 2022-12-26 19:00:11 +0100
  • bb53b8473c
    fix(cache): never use packer paths from cache Folke Lemaitre 2022-12-26 18:35:02 +0100
  • 5697098e97
    chore(main): release 7.2.0 (#166) v7.2.0 github-actions[bot] 2022-12-26 16:12:23 +0100
  • a62d7e39ab
    chore(main): release 7.2.0 github-actions[bot] 2022-12-26 14:56:49 +0000
  • 46280a191b
    fix(keys): don't escape pendig keys twice and only convert when number Folke Lemaitre 2022-12-26 15:55:40 +0100
  • 9a2ecc8750
    feat(ui): re-render after resize. Fixes #174 Folke Lemaitre 2022-12-26 14:19:33 +0100
  • 10ccd5e489
    docs: fix plugin setup example Moshe Avni 2022-12-26 14:01:18 +0200
  • 5554d15a9c doc: Update README about dependencies property Tsakiris Tryfon 2022-12-26 13:50:56 +0200
  • 1d3da277da
    docs: don't fold other plugin managers with colors (#169) max397574 2022-12-26 11:20:40 +0100
  • afc7755110
    fix(readme): don't fold other plugin managers with colors max397574 2022-12-26 11:18:59 +0100
  • e6de63bc9c chore(build): auto-generate vimdoc github-actions[bot] 2022-12-26 09:25:34 +0000
  • 0ea771bd70
    feat(ui): made all highlight groups and icons configurable Folke Lemaitre 2022-12-26 10:24:47 +0100