Open hungvx-dev opened 6 months ago
Hello there,
it's been a while since you posted this issue so I'm not sure you didn't find a solution of your own but I personally made it work thanks to this comment.
I'm not great in lua so I literally just ripped off these lines. To make it work though I had to replace
vim.cmd("setlocal statuscolumn=")
by
vim.cmd("setlocal foldcolumn=0")
as I set foldcolumn = 1
in my neovim config.
I hope it will help other people like it helped me :)
i config
not working