Skip to content

Releases: mcookly/bidi.nvim

0.5.4

30 Sep 21:27
Compare
Choose a tag to compare
  • Added simple checkhealth
  • Fixed: revins would not disable when leaving Bidi-Mode
  • Fixed: sterilizing buffer contents before passing to fribidi

0.4.3

02 Apr 02:22
Compare
Choose a tag to compare
  • You can now select your base direction when calling :BidiEnable.
  • Error handling in buf_enable_bidi() and buf_disable_bidi() is now corrected.
  • Split MX direction into ML and MR

0.3.0

02 Apr 02:18
Compare
Choose a tag to compare

Added buf_get_bidi_mode() which returns the current base direction code (LR, RL, ML, or MR). It's meant to be added to a statusline.

0.2.0

02 Apr 02:15
Compare
Choose a tag to compare

Add :BidiEnable and :BidiDisable. Currently, these only invoke the default base direction.

0.1.0

02 Apr 02:13
Compare
Choose a tag to compare

This dev release adds the function fribid(), which pipes lines through GNU FriBidi.