fix(ui): dont show left signs on virtual line numbers (wrap). Fixes #1654
This commit is contained in:
1 parent
4cbe42cd24
commit
e6d294df6f
1 file changed
+4
@@ -101,6 +101,10 @@ function M.statuscolumn()
|
||||
end
|
||||
end
|
||||
|
||||
if vim.v.virtnum ~= 0 then
|
||||
left = nil
|
||||
end
|
||||
|
||||
vim.api.nvim_win_call(win, function()
|
||||
if vim.fn.foldclosed(vim.v.lnum) >= 0 then
|
||||
fold = { text = vim.opt.fillchars:get().foldclose or "", texthl = "Folded" }
|
||||
|
||||
Reference in new issue
Block a user