Added space to the left of the status column
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user