summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/config/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua
index 980f1c8..909ce31 100644
--- a/lua/config/options.lua
+++ b/lua/config/options.lua
@@ -14,7 +14,7 @@ vim.o.showmode = true
vim.o.showcmd = false
vim.o.signcolumn = "yes"
vim.o.cursorline = true
-vim.o.cursorlineopt = "number" -- Restricts the highlight ONLY to the number column
+-- vim.o.cursorlineopt = "number" -- Restricts the highlight ONLY to the number column
-- vim.o.background = "dark"
vim.o.winborder = "single"
vim.o.conceallevel = 2