summaryrefslogtreecommitdiff
path: root/lua/config/options.lua
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-15 01:57:01 +0530
committerbrustybee <bee@4d2.org>2026-03-15 01:57:01 +0530
commitb36ab7916276d16779eca4f5bf98d9cfdbcead41 (patch)
tree4daa6343d5dcfd8ffe389264bb34dc5eda460473 /lua/config/options.lua
parent2479ff966522aeaad70f4260af1323dc637bc089 (diff)
meow in excitement
Diffstat (limited to 'lua/config/options.lua')
-rw-r--r--lua/config/options.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua
index c50b859..980f1c8 100644
--- a/lua/config/options.lua
+++ b/lua/config/options.lua
@@ -15,7 +15,8 @@ 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.background = "dark"
+-- vim.o.background = "dark"
+vim.o.winborder = "single"
vim.o.conceallevel = 2
vim.o.autoread = true