We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4030cc commit 338985bCopy full SHA for 338985b
1 file changed
lua/bars/statuscolumn.lua
@@ -435,6 +435,7 @@ statuscolumn.global_attach = function ()
435
statuscolumn.update_id(window);
436
end
437
438
+ vim.g.__statuscolumn = vim.o.statuscolumn == STC and "" or vim.o.statuscolumn;
439
vim.o.statuscolumn = STC;
440
441
0 commit comments