From 3fc9680c7a6d8ff3e49fdc18a0ebc4b3ab7f5712 Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:18:02 +0200 Subject: [PATCH] Cleanup options --- init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.lua b/init.lua index e394d1a..cdfdf8f 100644 --- a/init.lua +++ b/init.lua @@ -36,8 +36,6 @@ opt.tabstop = 4 opt.softtabstop = 4 opt.termguicolors = true opt.cursorline = true -opt.showcmd = true -opt.showmode = true opt.showmatch = true opt.signcolumn = "yes" opt.hlsearch = true