You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Use Vim packages install the plugin, also work with some plugins manager such as packer.nvimvim.o.packpath='~/.local/share/nvim/site'vim.cmd('packadd promise-async')
vim.cmd('packadd nvim-ufo')
vim.cmd('packadd neorg')
-- Settingvim.o.foldcolumn='1'vim.o.foldlevel=99vim.o.foldlevelstart=-1vim.o.foldenable=truelocalufo=require('ufo')
ufo.setup()
vim.keymap.set('n', 'zR', ufo.openAllFolds)
vim.keymap.set('n', 'zM', ufo.closeAllFolds)
nvim --clean +'so mini.lua'
Create a norg file, eg
* foo
- [ ] bar
Try to close the fold.
Expected behavior
The ellipsis should be displayed after the virtual text.
Actual behavior
The indicator won't consider virtual text's offset:
The text was updated successfully, but these errors were encountered:
Neovim version (nvim -v | head -n1)
NVIM v0.9.0-dev-94-g0a19c16778
Operating system/version
Linux 6.0.2
How to reproduce the issue
nvim --clean +'so mini.lua'
Expected behavior
The ellipsis should be displayed after the virtual text.
Actual behavior
The indicator won't consider virtual text's offset:
The text was updated successfully, but these errors were encountered: