mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-12 18:34:36 +02:00
fix(util): pcall deletion of lazy_file augroup. See #1863
This commit is contained in:
parent
028f69c03c
commit
60e5707013
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ function M.lazy_file()
|
||||||
if #events == 0 then
|
if #events == 0 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
vim.api.nvim_del_augroup_by_name("lazy_file")
|
pcall(vim.api.nvim_del_augroup_by_name, "lazy_file")
|
||||||
|
|
||||||
---@type table<string,string[]>
|
---@type table<string,string[]>
|
||||||
local skips = {}
|
local skips = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue