From 565488ffe1d36f27f1c991b176af2812c12e0ed9 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Tue, 10 Sep 2024 16:41:10 +0200 Subject: [PATCH] chore: enable cursorline --- lua/config/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/options.lua b/lua/config/options.lua index 6b01c45..c80e9de 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -6,6 +6,7 @@ vim.opt.softtabstop = 4 vim.opt.shiftwidth = 4 vim.opt.expandtab = false vim.opt.smartindent = true +vim.opt.cursorline = true vim.opt.wrap = false