aerial.nvim/lua
Steven Arcangeli cf69a43c08 fix: race condition when stopping loading timer (#331)
On Neovim 0.10, calling timer:stop() is not canceling the callback.
There appears to be some minimum amount of buffer time remaining in the
timer in order for it to be able to be canceled correctly. I'm getting
around this by adding a simple guard statement
2024-01-21 23:16:50 +00:00
..
aerial fix: race condition when stopping loading timer (#331) 2024-01-21 23:16:50 +00:00
lualine/components feat(lualine): added sep_icon option (#303) 2023-10-12 13:54:58 -07:00
resession/extensions cleanup: don't need empty methods in resession extension 2023-09-17 10:07:18 -07:00
telescope/_extensions feat(telescope): only reverse results when sorting_strategy = "descending" (#307) 2023-10-13 09:04:46 -07:00