fix(util): pcall deletion of lazy_file augroup. See #1863
This commit is contained in:
1 file changed
+1
-1
@@ -80,7 +80,7 @@ function M.lazy_file()
|
||||
if #events == 0 then
|
||||
return
|
||||
end
|
||||
vim.api.nvim_del_augroup_by_name("lazy_file")
|
||||
pcall(vim.api.nvim_del_augroup_by_name, "lazy_file")
|
||||
|
||||
---@type table<string,string[]>
|
||||
local skips = {}
|
||||
|
||||
Reference in new issue
Block a user