urlview.nvim
urlview.nvim copied to clipboard
fix(helper/extract-plugin): fix lazy boundary
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.
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.
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
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
urlfield can be manually added for local plugins sourlviewcan display them :p
OK :)