Hid mode indicator (displayed with feline)

This commit is contained in:
2024-06-17 22:47:12 +10:00
parent f0aae9460b
commit aa310dfad0

View File

@@ -1,6 +1,8 @@
vim.opt.nu = true
vim.opt.relativenumber = true
vim.opt.showmode = false
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4