22 Commits

Author SHA1 Message Date
f48217a7fc fix: lints
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 11s
2025-04-30 15:38:20 -06:00
9992d5cd31 feat: add Buffer:filter_cmd for ':%!cmd' behavior
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 12s
2025-04-30 14:55:09 -06:00
1ba31a351d use vim.hl instead of vim.highlight
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 7s
2025-04-27 15:57:04 -06:00
0e7b741b38 (chore) run formatter
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 11s
2025-04-27 15:55:28 -06:00
Jonathan Apodaca
5a6451a85e factor out line-patching into a separate function
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 8s
2025-04-24 10:00:55 -06:00
7ad3d941f4 (renderer) add h.<Highlight>(..) shorthand
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 10s
2025-04-20 22:27:58 -06:00
f8056fe2e6 the comment didn't do what I thought it did
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 38s
2025-04-14 20:24:10 -06:00
ad1f3c26e2 (buffer) remove unnecessary utilities
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 40s
2025-04-14 16:10:19 -06:00
3c7dd84ff2 (range) organize file
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 7s
2025-04-14 12:06:29 -06:00
466698a9de more cleanup
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 10s
2025-04-13 21:49:48 -06:00
58e447aad6 Add Range:length and Range:sub
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 9s
2025-04-13 17:06:17 -06:00
9f5fdb4f2b add Range:difference
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 9s
2025-04-13 14:44:28 -06:00
dacb186324 (renderer) rename vars, add comments
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 11s
2025-04-12 09:10:03 -06:00
362d9e905d (stylua) lower max line length to 100
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 8s
2025-04-12 08:57:11 -06:00
3fe84197c1 more cleanup 2025-04-12 08:56:10 -06:00
87930bf3af rename Range.from_txtobj => from_motion
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 7s
2025-04-11 21:37:28 -06:00
0ee6caa7ba 1-based indexing rewrite
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 14s
2025-04-11 17:08:20 -06:00
d9bb01be8b renderer
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 9s
2025-04-09 21:38:32 -06:00
7fb60add94 move away from vim.opt_global to vim.go
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 9s
2025-03-19 22:29:33 -06:00
79499e898c cleanup some vim.cmd calls
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 9s
2025-03-12 23:12:28 -06:00
5c244cfc0a support repeated Range:replace calls/empty ranges
- Range:replace now updates its bounds to reflect the replacement
- Support the notion of an empty range
2024-11-12 07:48:23 -07:00
121e0c0f7a rebrand to u.nvim
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 8s
2024-10-23 17:01:12 -06:00