urlview.nvim icon indicating copy to clipboard operation
urlview.nvim copied to clipboard

fix(helper/extract-plugin): fix lazy boundary

Open xlboy opened this issue 1 year ago • 3 comments
trafficstars

When a local plugin is used in lazy.nvim, the plugins obtained from lazy.nvim will not contain the url field, thus causing boundary problems.

xlboy avatar Jan 10 '24 04:01 xlboy

image

Regarding the lazy-plugins found in the search, if a local plugin is encountered, i.e.,

local local_lazy_plugin_spec = {
    dir = "~/Desktops/nvim-dev-plugins/xxx"
}

then the plugin related to this local one will not contain a url field.

xlboy avatar Jan 10 '24 04:01 xlboy

Great pickup and thanks for the PR! Could you please address the lint issues to make the pipeline happy :D

Also, perhaps a url field can be manually added for local plugins so urlview can display them :p

axieax avatar Jan 15 '24 13:01 axieax

Great pickup and thanks for the PR! Could you please address the lint issues to make the pipeline happy :D

I'm sorry.

Also, perhaps a url field can be manually added for local plugins so urlview can display them :p

OK :)

xlboy avatar Jan 15 '24 14:01 xlboy