lazy.nvim/lua/lazy/core
bluedrink9 7812d81cd9 fix: catch errors setting up rtp when plugin not installed
I was getting E5108 .ometimes when a plugin that loads on `start` wasn't
installed. That interrupted Lazy's load, preventing me from then using
it to install the missing plugin.
On Windows it happened every time, on Linux it was about every 2nd time.
2023-11-23 07:29:05 +13:00
..
handler refactor: Handler.load => Handler.resolve 2023-10-17 17:43:37 +02:00
cache.lua fix(loader): keep using the internal lua cache till 0.9.1 2023-04-19 12:59:39 +02:00
config.lua chore(main): release 10.15.1 (#1166) 2023-11-04 11:12:07 +01:00
loader.lua fix: catch errors setting up rtp when plugin not installed 2023-11-23 07:29:05 +13:00
plugin.lua perf(plugin): cache lazy handler values 2023-10-16 23:04:57 +02:00
util.lua style: show full trace when debug=true 2023-10-22 14:24:33 +02:00