diff options
| author | brustybee <bee@4d2.org> | 2026-03-16 12:28:26 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-16 12:28:26 +0530 |
| commit | 852e729850ffc9e0a05017135989e1aeb02f8b29 (patch) | |
| tree | 62e50551d9d3b3dc08e1d9a01c40873eac05380e /lua/config/options.lua | |
| parent | 308050915920dc2e78a22b974bc38ae7ffc51a37 (diff) | |
enable cursorlinehl
Diffstat (limited to 'lua/config/options.lua')
| -rw-r--r-- | lua/config/options.lua | 2 |
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 |
