X-Git-Url: https://git.madduck.net/etc/neovim.git/blobdiff_plain/932d11bd32bc48c00920fb8602abeaa4076d9cac..935f4b82aff862797d299b42fa8726fec9594cf0:/.config/nvim/options.lua 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 -----------------------------------------------------------------------------