From 7fe754342aa65fd46d0473b97c0de693762f1743 Mon Sep 17 00:00:00 2001 From: nt Date: Mon, 29 Aug 2022 16:25:59 +0300 Subject: [PATCH] Remove unnecessary comment --- lua/core/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/options.lua b/lua/core/options.lua index 30ec75e..c2a8832 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -19,7 +19,7 @@ opt.showmode = false opt.title = true opt.clipboard = "unnamedplus" -opt.cul = true -- cursor line +opt.cursorline = true -- Indenting opt.expandtab = true