X-Git-Url: https://git.madduck.net/etc/neovim.git/blobdiff_plain/932d11bd32bc48c00920fb8602abeaa4076d9cac..947cb734e6e7e813d63c0577bdd561cbdcb08751:/.config/nvim/options.lua?ds=sidebyside diff --git a/.config/nvim/options.lua b/.config/nvim/options.lua index 22c1c4e..2c20e97 100644 --- a/.config/nvim/options.lua +++ b/.config/nvim/options.lua @@ -22,6 +22,9 @@ vim.opt.background = 'light' -- list of flags to make messages shorter vim.opt.shortmess = 'atTWoOI' +-- display the current mode in the status line +vim.opt.showmode = false -- the cursor already reflects the mode + ----------------------------------------------------------------------------- --- displaying text -----------------------------------------------------------------------------