convert to mise
Some checks failed
ci / ci (push) Failing after 46s

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

View File

@@ -62,7 +62,7 @@ end
function Buffer:lines(start, stop) return Range.from_lines(self.bufnr, start, stop) end
--- @param motion string
--- @param opts? { contains_cursor?: boolean; pos?: u.Pos }
--- @param opts? { contains_cursor?: boolean, pos?: u.Pos }
function Buffer:motion(motion, opts)
opts = vim.tbl_extend('force', opts or {}, { bufnr = self.bufnr })
return Range.from_motion(motion, opts)