From b36ab7916276d16779eca4f5bf98d9cfdbcead41 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sun, 15 Mar 2026 01:57:01 +0530 Subject: meow in excitement --- lua/config/options.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/config/options.lua') 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 -- cgit v1.3.1