This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
lazy.nvim
Watch
1
Star
0
Fork
You've already forked lazy.nvim
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3f8cc2c0df
lazy.nvim
/
lua
/
lazy
/
manage
History
Folke Lemaitre
813fc944d7
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
..
task
fix(build): make sure `rplugin.vim` is loaded when doing a build.
Fixes
#382
2023-01-13 09:20:00 +01:00
checker.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
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: 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
lock.lua
test(lockfile): create config dir if it does not exist
2022-12-21 23:22:04 +01:00
process.lua
feat(ui): press `<c-c>` to abort any running tasks.
Fixes
#258
2022-12-31 10:38:03 +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