lazy.nvim/lua/lazy/core
Folke Lemaitre 38e2711cdb
feat: return wether a module was loaded from cache or from file (dirty)
2022-11-26 19:33:00 +01:00
..
cache.lua refactor: less code for cache 2022-11-25 22:49:21 +01:00
config.lua feat: detect headless and set interactive=false 2022-11-25 22:49:41 +01:00
loader.lua feat: error handler for loading modules, config and init, with custom error formatting 2022-11-25 22:50:17 +01:00
module.lua feat: return wether a module was loaded from cache or from file (dirty) 2022-11-26 19:33:00 +01:00
plugin.lua perf: further optims to loading and caching specs. dont cache specs with plugin that have init or in start with config 2022-11-26 13:58:01 +01:00
util.lua fix: dont return init.lua in lsmod 2022-11-26 13:57:17 +01:00