v1.1.0
v1.1.0
This release introduces code formatting using stylua
and includes improvements to the MarkdownCodeBlock
command, along with the addition of a comprehensive test suite.
Added
- Added comprehensive test suite using
plenary.nvim
. - Added
stylua
for code formatting and linting.
Changed
- Updated
MarkdownCodeBlock
command to correctly handle visual selections, including multi-line selections and selections starting mid-line. - Formatted codebase using
stylua
.