Commit Graph

158 Commits

Author SHA1 Message Date
Folke Lemaitre 8b672c41cb
docs: updated cache settings 2023-02-13 11:59:03 +01:00
Folke Lemaitre 0d3f2c4042
feat(git): `Plugin.submodules = false` will now skip fetching git submodules 2023-02-12 12:56:42 +01:00
Maurice Mertens 812ffcf21c
docs: clarifies install step (#495)
Co-authored-by: Maurice Mertens <m.mertens@simplicity.ag>
2023-02-06 09:24:24 +01:00
Folke Lemaitre 07fda7bb98
docs: use another bug emoji. #452 2023-01-25 22:33:50 +01:00
Folke Lemaitre 31dd419aaa
docs: updated 2023-01-24 23:01:11 +01:00
Null Chilly 772d8888cc
feat(dev): optionally fallback to git when local plugin doesn't exist (#446)
* feat: fallback to git when local plugin isn't found

* feat(option): fallback to git when local plugin doesn't exist
2023-01-24 22:55:34 +01:00
Sizhe Zhao 21871f2269
docs: Fix typo in README.md (#433) 2023-01-22 15:23:26 +01:00
Folke Lemaitre 3f8cc2c0df
docs: generated docs 2023-01-19 22:08:58 +01:00
Daniel M. Capella c3a0d444f6
docs: fix indentation (#419) 2023-01-18 08:34:29 +01:00
Jay Patel 1b219c1704
docs: Update plugin table `config` to represent how `require` works (#399) 2023-01-15 19:56:51 +01:00
Axel Dahlberg 891cdfacde
docs: clarify config = true (#390) 2023-01-15 12:01:12 +01:00
Folke Lemaitre 2128ca90fb
feat(spec): event, keys, ft and cmd can now also be a function that returns the values to be used 2023-01-12 13:08:43 +01:00
Folke Lemaitre d5345910a7
docs: clarified opts/config a bit 2023-01-09 08:22:05 +01:00
Folke Lemaitre 7260a2b28b
feat(spec)!: setting a table to `Plugin.config` is now deprecated. Please use `Plugin.opts` instead. (backward compatible for now) 2023-01-08 15:01:58 +01:00
Folke Lemaitre 735f2a280e
docs: LazyVim 2023-01-07 12:10:23 +01:00
Folke Lemaitre ae12dd9686
docs: updated LazyVim links 2023-01-07 12:08:31 +01:00
Folke Lemaitre eed1ef3c2d
feat(commands): `:Lazy! load` now skips `cond` checks when loading plugins. Fixes #330 2023-01-06 07:11:50 +01:00
Folke Lemaitre aadc912694
docs: removed my dots in favor of LazyVim 2023-01-05 14:28:28 +01:00
colton e039ff6e28
docs: fix references to config.plugins (#282) 2023-01-02 17:20:32 +01:00
Munif Tanjim d521a25cfc
feat(help): accept patterns for readme (#269) 2023-01-01 20:23:41 +01:00
Folke Lemaitre 23c0587791
feat(commands): added build command to force rebuild of a plugin 2023-01-01 09:41:43 +01:00
Folke Lemaitre b4edbd09f5
docs: updated bootstrap code to stable branch 2022-12-31 09:44:22 +01:00
Folke Lemaitre d1ed91d8c7
docs: fixed code block 2022-12-31 00:32:25 +01:00
Alexandre Desjardins 2c632e849f
docs: add how to accomplish packer's rtp (#259) 2022-12-31 00:13:54 +01:00
Folke Lemaitre 679d85c9ff
feat(ui): make brower configurable. Fixes #248 2022-12-30 20:41:23 +01:00
WilliamHsieh 51fb95e4a8
fix: duplicate state check in bootstrap (#255) 2022-12-30 18:55:36 +01:00
Folke Lemaitre de82a99197
fix(bootstrap): fixed bootstrap script 2022-12-30 14:46:25 +01:00
Folke Lemaitre 86dff1b59a
feat(commands): added health command to run `:checkhealth lazy` 2022-12-30 11:29:22 +01:00
Bojan Stipic d205cd45d0
docs: Add lazy Unicode symbol (#246) 2022-12-30 10:43:37 +01:00
Folke Lemaitre 1283c2b288
feat(restore): you can now restore a plugin to a certain commit. Fixes #234 2022-12-30 09:17:53 +01:00
Folke Lemaitre 291dd6a74b
docs: updated bootstrap code to exclude single-branch 2022-12-30 01:01:22 +01:00
Folke Lemaitre c30c89bc09
docs: bootstrap code will now bootstrap with latest stable lazy release. Fixes #236 2022-12-29 23:36:31 +01:00
XXiaoA 15b5b94422
docs: Add migration for config from packer (#227) 2022-12-29 08:02:46 +01:00
Folke Lemaitre edf8310288
feat(plugin): added `Plugin.priority` for start plugins 2022-12-27 17:24:47 +01:00
Folke Lemaitre 81943f32d9
docs: documented event patterns. Fixes #191 2022-12-27 16:45:47 +01:00
Folke Lemaitre a2fdf369f2
feat(profile): added accurate startuptime to ui/stats/docs 2022-12-27 13:34:12 +01:00
Folke Lemaitre b1e1b337a6
docs: clarified dependencies plugin names 2022-12-27 08:57:49 +01:00
Folke Lemaitre 96e82986ee
docs: updated docs 2022-12-26 23:19:37 +01:00
Moshe Avni 3a67d2ad25
docs: fix plugin setup example (#175) 2022-12-26 20:45:46 +01:00
Folke Lemaitre 3c24c506ce
docs: update config.plugins link. Fixes #182 2022-12-26 20:45:06 +01:00
Folke Lemaitre 7ffbead674
docs: added LazyReload 2022-12-26 19:01:28 +01:00
max397574 1d3da277da
docs: don't fold other plugin managers with colors (#169) 2022-12-26 11:20:40 +01:00
Folke Lemaitre 0ea771bd70
feat(ui): made all highlight groups and icons configurable 2022-12-26 10:24:53 +01:00
Folke Lemaitre 5f017bf655
docs: document highlight groups 2022-12-26 09:37:31 +01:00
Folke Lemaitre aed842ae1e
feat(plugin): added `Plugin.cond`. Fixes #89, #168 2022-12-26 09:37:30 +01:00
Folke Lemaitre 4aa362e8dc
feat(cache): make ttl configurable 2022-12-25 16:26:17 +01:00
NEX 1dca6edd89
docs: Fix README.md wrong indent (#165) 2022-12-25 14:41:01 +01:00
Folke Lemaitre 3efb849d73
docs: clarified that only top-level submodules are merged in the final spec. #139 2022-12-25 14:30:55 +01:00
max397574 8ea9d8b024
feat(ui): make lazy icon configurable (#163)
* feat(ui): make lazy icon configurable

* docs: add lazy icon config option
2022-12-25 13:41:33 +01:00
Folke Lemaitre 2fabc0958d
docs: added `VeryLazy` to docs 2022-12-24 12:57:13 +01:00