commit ac9fc7c4212d00fb90c8439aa3eccaddf9c9e7ae parent 8ec29906d1258c97d7485c62380bd0c2721eca49 Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com> Date: Mon, 10 Oct 2022 07:47:53 +0200 options: set showmode Diffstat:
M | init.lua | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/init.lua b/init.lua @@ -22,7 +22,6 @@ end local o = vim.opt o.number = true o.relativenumber = true -o.showmode = false o.hidden = true o.termguicolors = true o.splitright = true