Releases: mcookly/bidi.nvim
Releases · mcookly/bidi.nvim
0.5.4
30 Sep 21:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add :BidiEnable and :BidiDisable. Currently, these only invoke the default base direction.
0.1.0
02 Apr 02:13
Compare
Sorry, something went wrong.
No results found
This dev release adds the function fribid(), which pipes lines through GNU FriBidi.