diff --git a/nvim/lua/user/options.lua b/nvim/lua/user/options.lua index fbbd471..011c947 100644 --- a/nvim/lua/user/options.lua +++ b/nvim/lua/user/options.lua @@ -56,7 +56,7 @@ vim.o.relativenumber = true vim.o.numberwidth = 5 -- Gutter format -vim.o.statuscolumn = '%s %=%{v:relnum?v:relnum:v:lnum} │ ' +vim.o.statuscolumn = '%s %=%{v:relnum?v:relnum:v:lnum} %C│ ' -- search vim.o.hlsearch = false