lazy.nvim/lua/lazy/manage
Folke Lemaitre 26a67e3c48
feat(config): added option to disable git filter. NOT recommended. Fixes #442
2023-01-23 19:19:00 +01:00
..
task feat(config): added option to disable git filter. NOT recommended. Fixes #442 2023-01-23 19:19:00 +01:00
checker.lua fix(checker): dont check for updates when there's tasks with errors 2023-01-23 19:19:00 +01:00
git.lua fix(git): when a `Plugin.branch` is set, don't use `config.defaults.version`. Fixes #409 2023-01-17 13:14:25 +01:00
init.lua fix(checker): make sure we show logs when only doing a fast check 2023-01-22 14:30:12 +01:00
lock.lua test(lockfile): create config dir if it does not exist 2022-12-21 23:22:04 +01:00
process.lua fix(git): unset GIT_DIR when spawning a process. Fixes #434 2023-01-20 20:41:36 +01:00
reloader.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
runner.lua feat(manage): added user events when operations finish. Fixes #135 2022-12-24 11:55:42 +01:00
semver.lua feat: added full semver and range parsing 2022-11-28 07:31:43 +01:00