Skip to content

cxwx/lazyUrlUpdate.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Easy Update Plugins For lazy.nvim

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

Installation

With lazy.nvim:

{
    -- "cxwx/lazyUrlUpdate.nvim", -- github plugin will be removed soon.
    url = "https://codeberg.org/chenxu/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
  • short URL LazyUrlShort
  • Open short URL with Chrome LazyUrlOpen, LazyUrlOpenChrome(only macOS)
    - [X] github github:cxwx/lazyUrlUpdate.nvim/issues/1
    - [X] gitlab gitlab:...
    - [X] arxiv arxiv:1803.05072
    - [X] doi doi:10.1088/1742-6596/2742/1/012014
    - [X] orcid orcid:0000-0001-6332-2005
    - [X] codeberg codeberg:chenxu/lazyUrlUpdate.nvim

Commands

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

To Do

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

About

a neovim plug for easy update plugins using lazy.nvim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages