Added space to the left of the status column

This commit is contained in:
2026-01-15 22:35:59 +09:00
parent b2617b1022
commit 762b0ceb88
+1 -1
View File
@@ -8,7 +8,7 @@ vim.opt.cursorline = true
vim.opt.nu = true
vim.opt.relativenumber = true
vim.o.statuscolumn = "%l %=%{v:relnum?v:lnum:v:lnum} %s"
vim.o.statuscolumn = " %l %=%{v:relnum?v:lnum:v:lnum} %s"
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4