mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
Merge branch 'folke:main' into deps_of_all_optional
This commit is contained in:
commit
8703346c4a
4 changed files with 10 additions and 3 deletions
|
@ -161,7 +161,7 @@ M.defaults = {
|
|||
debug = false,
|
||||
}
|
||||
|
||||
M.version = "10.2.0" -- x-release-please-version
|
||||
M.version = "10.2.1" -- x-release-please-version
|
||||
|
||||
M.ns = vim.api.nvim_create_namespace("lazy")
|
||||
|
||||
|
|
|
@ -266,7 +266,7 @@ function M.reload(plugin)
|
|||
end
|
||||
|
||||
-- reload any vimscript files for this plugin
|
||||
local scripts = vim.fn.getscriptinfo({ name = ".vim" })
|
||||
local scripts = vim.fn.getscriptinfo()
|
||||
local loaded_scripts = {}
|
||||
for _, s in ipairs(scripts) do
|
||||
---@type string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue