mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
feat!: all plugins are now opt. Plugin.opt => Plugin.lazy
This commit is contained in:
parent
5e0662727d
commit
5134e797f3
7 changed files with 57 additions and 67 deletions
|
@ -70,7 +70,6 @@ end
|
|||
|
||||
function M.save_cache()
|
||||
local f = assert(uv.fs_open(cache_path, "w", 438))
|
||||
vim.loop.fs_ftruncate(f, 0)
|
||||
for modname, entry in pairs(M.cache) do
|
||||
if entry.used then
|
||||
entry.modname = modname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue