From aa310dfad0e868a4a43b53ef9813e0c77424a03f Mon Sep 17 00:00:00 2001 From: Locke D Date: Mon, 17 Jun 2024 22:47:12 +1000 Subject: [PATCH] Hid mode indicator (displayed with feline) --- lua/haelnorr/set.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/haelnorr/set.lua b/lua/haelnorr/set.lua index 301eb79..23d3c58 100644 --- a/lua/haelnorr/set.lua +++ b/lua/haelnorr/set.lua @@ -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