fix: disable auto cursorline option for improved visibility
This commit is contained in:
@@ -56,7 +56,7 @@ vim.g.ignore_no_lazy = false ---@type boolean Options: <true|false>
|
|||||||
-- Enable codesnap for code screenshots
|
-- Enable codesnap for code screenshots
|
||||||
vim.g.codesnap = true ---@type boolean Options: <true|false>
|
vim.g.codesnap = true ---@type boolean Options: <true|false>
|
||||||
-- Enable Auto-hiding cursorline
|
-- 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
|
-- Enable Smart Scrolloff
|
||||||
vim.g.smart_scrolloff = false ---@type boolean Options: <true|false>
|
vim.g.smart_scrolloff = false ---@type boolean Options: <true|false>
|
||||||
-- Enable Dead Column
|
-- Enable Dead Column
|
||||||
|
|||||||
Reference in New Issue
Block a user