We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rightleft
NVIM v0.9.1
BTW I use Arch
Install with vim-plug:
Plug 'kevinhwang91/promise-async' " (dependency) Plug 'kevinhwang91/nvim-ufo'
Configure with nvim-treesitter (installed elsewhere in the init file):
lua << EOF require('ufo').setup({ provider_selector = function(bufnr, filetype, buftype) return {'treesitter', 'indent'} end }) EOF
Fold something with nvim-ufo. Switch to rightleft mode (for Hebrew, Persian, Arabic, etc…) using :set rl.
:set rl
The folded lines should display in a right-to-left manner, just as they do without nvim-ufo.
Folded lines disappear. They reappear when rightleft is disabled (:set norl).
:set norl
This have the same symptoms as this bug with org-bullets.nvim.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Neovim version (nvim -v | head -n1)
NVIM v0.9.1
Operating system/version
BTW I use Arch
How to reproduce the issue
Install with vim-plug:
Configure with nvim-treesitter (installed elsewhere in the init file):
Fold something with nvim-ufo. Switch to
rightleft
mode (for Hebrew, Persian, Arabic, etc…) using:set rl
.Expected behavior
The folded lines should display in a right-to-left manner, just as they do without nvim-ufo.
Actual behavior
Folded lines disappear. They reappear when
rightleft
is disabled (:set norl
).This have the same symptoms as this bug with org-bullets.nvim.
The text was updated successfully, but these errors were encountered: