summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-16 12:28:26 +0530
committerbrustybee <bee@4d2.org>2026-03-16 12:28:26 +0530
commit852e729850ffc9e0a05017135989e1aeb02f8b29 (patch)
tree62e50551d9d3b3dc08e1d9a01c40873eac05380e
parent308050915920dc2e78a22b974bc38ae7ffc51a37 (diff)
enable cursorlinehl
-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