Removed cursore line and column

This commit is contained in:
2024-03-17 18:56:22 +01:00
parent 42b993d7ca
commit 51c11e2d6c

View File

@@ -7,8 +7,8 @@ opt.fillchars = "eob: "
g.mapleader = " " g.mapleader = " "
g.maplocalleader = "." g.maplocalleader = "."
opt.cursorline = true -- opt.cursorline = true
opt.cursorcolumn = true -- opt.cursorcolumn = true
opt.nu = true opt.nu = true
opt.relativenumber = true opt.relativenumber = true