Skip to content

Tags: joshuadanpeterson/typewriter.nvim

Tags

v0.4.26

Toggle v0.4.26's commit message
refactor(CHANGELOG): Update CHANGELOG

v0.4.25

Toggle v0.4.25's commit message
feat(workflow): Integrate CHANGELOG generation into release action

- Merge changelog update logic directly into the workflow file
- Remove separate update_changelog.sh script
- Improve function order and variable definitions in the script
- Ensure proper handling of existing changelog entries
- Maintain compatibility with existing release creation/update steps

v0.4.24

Toggle v0.4.24's commit message
style(commands): Remove debug print statements

v0.4.23

Toggle v0.4.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from joshuadanpeterson/dev

Fix for 'attempt to call global 'get_expand_root' (a nil value)' Error

v0.4.22

Toggle v0.4.22's commit message
fix(commands): Move helper functions outside specific functions to av…

…oid nil error

Refactor `is_significant_block` and `get_expand_root` functions to be
globally accessible within `commands.lua`. This change resolves the
`attempt to call global 'get_expand_root' (a nil value)` error in
`move_to_top_of_block` and `move_to_bottom_of_block` functions.

v0.4.21

Toggle v0.4.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from joshuadanpeterson/dev

Fix Documentation Issue: Add and Update Help Files

v0.4.20

Toggle v0.4.20's commit message

v0.4.19

Toggle v0.4.19's commit message
feat(docs): Add top-level tag to typewriter help file

- Remove .txt from .gitignore to make typewriter.txt visible from
  command line
- Added a top-level tag `*typewriter*` to `typewriter.txt` to enable `:help typewriter` command.
- Updated the `typewriter.txt` file to include structured sections for description, features, changelog, and TODO.
- Regenerated help tags to reflect the changes in the documentation.
- Revise .gitignore to properly upload files to GitHub

This change ensures that users can access the help documentation using the `:help typewriter` command in Neovim.

v0.4.18

Toggle v0.4.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from joshuadanpeterson/dev

Enhance Release Workflow, Documentation, and State Management

v0.4.17

Toggle v0.4.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'main' into dev