lukas-reineke / indent-blankline.nvim

Indent guides for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

indentation breaks with breakindent set true

sdx6 opened this issue · comments

commented

Problem

when using these options

vim.opt.wrap = true
vim.opt.breakindent = true
vim.opt.linebreak = true

the indentation lines end up like this
image

Steps to reproduce

:set wrap
:set breakindent
:set linebreak

write some stuff with an indent in between and let it wrap line

Expected behavior

i edited the image to what it should be like
image

Neovim version (nvim -v)

0.9.5

Neovim 0.9.5 does not support this.
But this is working on nightly, please either use that, or wait for the next Neovim release.

commented

Neovim 0.9.5 does not support this. But this is working on nightly, please either use that, or wait for the next Neovim release.

thanks! i upgraded to neovim-git and its working fine now :)