cxwx/lazyUrlUpdate.nvim

github github
utility
stars 2
issues 0
subscribers 1
forks 0
CREATED

2024-12-14

UPDATED

last month


Easy update plugins for lazy.nvim

A NeoVim plugin to fast update plugins installed by lazy.nvim

Installation

With lazy.nvim:

{
    "cxwx/lazyUrlUpdate.nvim",
    ft = "lua",
    opts = {},
    keys = {
        {"<leader>up", "<cmd>LazyUrlUpdate<CR>", desc = "Update plugin under cursor"},
        {"<leader>bp", "<cmd>LazyUrlBuild<CR>", desc = "Build plugin under cursor"},
    }
},

Feature

  • update plugin LazyUrlUpdate

  • rebuild plugin LazyUrlBuild

  • open short URL LazyUrlOpen (only support macOS)

    • github github:cxwx/lazyUrlUpdate.nvim/issues/1
    • arxiv arxiv:1803.05072
    • doi doi:10.1088/1742-6596/2742/1/012014
    • orcid orcid:0000-0001-6332-2005

Commands

The plugin provides the user command :LazyUrlUpdate. Invoke it when the cursor is on the name of a repo.

TODO

  • xdg-open for linux
  • string match with ` and "