From 852e729850ffc9e0a05017135989e1aeb02f8b29 Mon Sep 17 00:00:00 2001 From: brustybee Date: Mon, 16 Mar 2026 12:28:26 +0530 Subject: enable cursorlinehl --- lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/config') 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 -- cgit v1.3.1