fix: disable auto cursorline option for improved visibility

This commit is contained in:
2024-10-12 05:51:46 -04:00
parent 1883a4e021
commit f242b24d87
+1 -1
View File
@@ -56,7 +56,7 @@ vim.g.ignore_no_lazy = false ---@type boolean Options: <true|false>
-- Enable codesnap for code screenshots
vim.g.codesnap = true ---@type boolean Options: <true|false>
-- Enable Auto-hiding cursorline
vim.g.auto_cursorline = true ---@type boolean Options: <true|false>
vim.g.auto_cursorline = false ---@type boolean Options: <true|false>
-- Enable Smart Scrolloff
vim.g.smart_scrolloff = false ---@type boolean Options: <true|false>
-- Enable Dead Column