fix(nvim): close alpha's redraw handler

This commit is contained in:
Price Hiller 2023-03-02 10:46:10 -06:00
parent 6386d8fd93
commit 8b0fad5b50
No known key found for this signature in database

View File

@ -164,6 +164,7 @@ vim.api.nvim_create_autocmd("FileType", {
buffer = 0, buffer = 0,
desc = "Shut down alpha timer", desc = "Shut down alpha timer",
callback = function(input) callback = function(input)
alpha_timer:close()
end, end,
}) })
end, end,