Skip to content

feat: continue standard bullets#4

Draft
dkarter wants to merge 1 commit into
dorian/rms-67-add-neovim-only-lua-plugin-scaffoldfrom
dorian/rms-65-implement-standard-bullet-continuation
Draft

feat: continue standard bullets#4
dkarter wants to merge 1 commit into
dorian/rms-67-add-neovim-only-lua-plugin-scaffoldfrom
dorian/rms-65-implement-standard-bullet-continuation

Conversation

@dkarter
Copy link
Copy Markdown
Member

@dkarter dkarter commented Jun 3, 2026

Motivation

Start the Lua behavior port with the smallest useful list continuation path.

Summary of Changes

  • Continues unordered -, *, and + bullets on newline.
  • Falls back to normal newline behavior when insert-mode cursor is not at EOL or the line is not a bullet.
  • Preserves existing bullet spacing.
  • Enables focused standard-bullet specs.

Testing

  • mise run fmt
  • mise run test

Dependencies/Special Considerations

Linear: RMS-65

Stacked on feat: add neovim lua plugin scaffold.

Stack

  1. feat: add neovim lua plugin scaffold #6
  2. feat: continue standard bullets #4 👈 current
  3. feat: support ordered bullet continuations #7

Stack

  1. feat: add neovim lua plugin scaffold #6
  2. feat: continue standard bullets #4 👈 current
  3. feat: support ordered bullet continuations #7
  4. feat: support wrapped and document bullets #9
  5. feat: handle empty bullets and spacing #10
  6. feat: support outline promotion #11
  7. feat: renumber bullet lists #12
  8. feat: support nested checkboxes #13
  9. chore: add release please #14
  10. docs: add lazy.nvim usage #15

@dkarter dkarter force-pushed the dorian/rms-67-add-neovim-only-lua-plugin-scaffold branch from e652abe to 4b49013 Compare June 3, 2026 07:19
@dkarter dkarter force-pushed the dorian/rms-65-implement-standard-bullet-continuation branch from b0b5a66 to e32f614 Compare June 3, 2026 07:19
@dkarter dkarter force-pushed the dorian/rms-67-add-neovim-only-lua-plugin-scaffold branch from 4b49013 to 398e896 Compare June 3, 2026 07:27
@dkarter dkarter force-pushed the dorian/rms-65-implement-standard-bullet-continuation branch from e32f614 to 56b8962 Compare June 3, 2026 07:27
@dkarter dkarter mentioned this pull request Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant