joshuadanpeterson / typewriter.nvim

A Neovim plugin that emulates a typewriter, keeping the cursor centered on the screen for a focused writing experience.
MIT License
23 stars 0 forks source link

Update Significant Node Types for Centering in Typewriter.nvim #14

Closed joshuadanpeterson closed 1 month ago

joshuadanpeterson commented 1 month ago

Description

This PR updates the configuration for significant code blocks that should be centered when using Typewriter.nvim's block centering features. It refines the list of syntax tree node types considered significant across multiple programming languages, ensuring more relevant and efficient centering behavior.

Changes

Rationale

The updated list includes node types that are generally significant in the context of navigating and centering code blocks. This ensures that the Typewriter.nvim plugin provides a more tailored and relevant experience for users working with different programming languages.

Review Notes

Issue #9 Notes

Testing