This commit is contained in:
2025-04-02 09:59:35 +08:00
parent c24bbcb9aa
commit 314c371cd3

View File

@@ -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