Neovim: Fix showing filetype etc in lualine_x, don't show mode there

This commit is contained in:
Marko Korhonen 2024-07-24 15:55:36 +03:00
parent 12a2e960af
commit bdeffb8b7f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 8 additions and 3 deletions

View file

@ -49,3 +49,5 @@ o.softtabstop = -1
o.expandtab = true
o.shiftwidth = 4
o.smartindent = true
o.showmode = false