Neovim: Fix showing filetype etc in lualine_x, don't show mode there
This commit is contained in:
parent
7f1e3dcd34
commit
d9b1dbf512
2 changed files with 8 additions and 3 deletions
|
@ -49,3 +49,5 @@ o.softtabstop = -1
|
|||
o.expandtab = true
|
||||
o.shiftwidth = 4
|
||||
o.smartindent = true
|
||||
|
||||
o.showmode = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue