Set showmode to false

This commit is contained in:
Sam A. 2023-05-11 21:01:18 +02:00
parent 82ee1c8042
commit a0f7733f50
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ end)
-- basics
vim.opt.number = true
vim.opt.showmode = true
vim.opt.showmode = false
vim.opt.showtabline = 2
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4