From 314c371cd3be541d68afde0b7cedf56936b28a2f Mon Sep 17 00:00:00 2001 From: gwbeip Date: Wed, 2 Apr 2025 09:59:35 +0800 Subject: [PATCH] bug fix --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 3fe107c..f1d7cbb 100644 --- a/init.lua +++ b/init.lua @@ -23,7 +23,7 @@ vim.opt.cursorline = true -- highlight cursor line underneath the curs vim.opt.splitbelow = true -- open new vertical split bottom vim.opt.splitright = true -- open new horizontal splits right vim.opt.termguicolors = true -- enabl 24-bit RGB color in the TUI --- vim.opt.showmode = false -- we are experienced, wo don't need the "-- INSERT --" mode hint +vim.opt.showmode = false -- we are experienced, wo don't need the "-- INSERT --" mode hint vim.opt.wrap = false -- Wrapping sucks (except on markdown) vim.opt.swapfile = false -- Do not leave any backup files