From 51c11e2d6c1c66837ef58cc0589ecee185952717 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 17 Mar 2024 18:56:22 +0100 Subject: [PATCH] Removed cursore line and column --- lua/taken/core/opts.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/taken/core/opts.lua b/lua/taken/core/opts.lua index 34862f7..2384e01 100644 --- a/lua/taken/core/opts.lua +++ b/lua/taken/core/opts.lua @@ -7,8 +7,8 @@ opt.fillchars = "eob: " g.mapleader = " " g.maplocalleader = "." -opt.cursorline = true -opt.cursorcolumn = true +-- opt.cursorline = true +-- opt.cursorcolumn = true opt.nu = true opt.relativenumber = true