1
0
Fork 0
mirror of https://github.com/folke/lazy.nvim.git synced 2025-04-11 01:42:32 +00:00
lazy.nvim/lua/lazy
2023-01-08 18:45:40 +01:00
..
core fix(spec): Plugin.opts is now always a table. Fixes 2023-01-08 18:45:40 +01:00
manage feat(git): lazy now detects origin changes and will fix it on update. Fixes . Fixes 2023-01-08 08:32:03 +01:00
view fix(config): Don't cache check for attached UIs () 2023-01-07 09:01:45 +01:00
docs.lua build: utility method to create plugin list in markdown 2022-12-30 23:58:01 +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 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
help.lua feat(ui): added section with disabled plugins 2023-01-03 10:43:10 +01:00
init.lua perf: track some additional cputimes 2023-01-02 11:28:18 +01:00
stats.lua fix(stats): more robust checks for native cputime 2023-01-03 09:12:51 +01:00
status.lua feat(ui): added statusline component to show pending updates 2022-12-05 20:49:45 +01:00
types.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
util.lua refactor(util)!: require("lazy.util").open_cmd() is deprecated. See the docs 2023-01-06 11:20:08 +01:00