convert to mise
Some checks failed
ci / ci (push) Failing after 1m0s

This commit is contained in:
2026-01-18 21:01:05 -07:00
parent 72b6886838
commit aff2c8c914
27 changed files with 320 additions and 115 deletions

View File

@@ -22,12 +22,11 @@ vim.api.nvim_create_autocmd('VimResized', {
end,
})
--- @alias u.examples.Notification {
--- kind: number;
--- id: number;
--- text: string;
--- timer: uv.uv_timer_t;
--- }
--- @class u.examples.Notification
--- @field kind number
--- @field id number
--- @field text string
--- @field timer uv.uv_timer_t
local M = {}