Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

tronikelis/auto-restore.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

auto-restore.nvim

Warning

Just use :Lazy restore, I made this before knowing that that command exists

This plugin loops over lazy-lock.json and checks whether each repo HEAD sha is equal to the lockfile commit sha, if it is not, it calls require("lazy").restore() on that plugin

Install

Supports only lazy plugin manager

require("lazy").setup({
    {
        "Tronikelis/auto-restore.nvim",
        event = "VeryLazy",
    }
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages