lazy.nvim/lua/lazy
Folke Lemaitre 8b672c41cb
docs: updated cache settings
2023-02-13 11:59:03 +01:00
..
core feat(cache): allow to disable the cache 2023-02-13 11:58:09 +01:00
manage refactor: new cache 2023-02-13 10:50:39 +01:00
view refactor: new cache 2023-02-13 10:50:39 +01:00
docs.lua docs: updated cache settings 2023-02-13 11:59:03 +01:00
example.lua 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
health.lua fix(health): existing packages on windows. Fixes #474 2023-02-01 08:09:02 +01:00
help.lua feat(ui): added section with disabled plugins 2023-01-03 10:43:10 +01:00
init.lua feat(cache): allow to disable the cache 2023-02-13 11:58:09 +01:00
state.lua feat(checker): checker will now save last check time and only check at configured frequency even after restarting Neovim 2023-01-18 08:39:02 +01:00
stats.lua fix: use `vim.api.nvim_exec_autocmds` instead of `vim.cmd[[do]]` to prevent weird `vim.notify` behavior 2023-01-13 09:01:24 +01:00
status.lua feat(ui): added statusline component to show pending updates 2022-12-05 20:49:45 +01:00
types.lua feat(git): `Plugin.submodules = false` will now skip fetching git submodules 2023-02-12 12:56:42 +01:00
util.lua fix(util): executable checks for `Util.open` (#528) 2023-02-11 09:04:59 +01:00