nvim change statusline slightly
This commit is contained in:
parent
7973c1b059
commit
4abb52dcab
|
@ -19,7 +19,7 @@ local options = {
|
|||
mouse = '', -- make use of mouse in these modes
|
||||
pumheight = 10, -- maximum entries in popup menu
|
||||
smartindent = true, -- indent after { and so on
|
||||
statusline = '%<%f %h%m%r%=%-16.(%l,%c%V (%P)%)%y',
|
||||
statusline = '%<%f %h%m%r%=%y %l,%c%V (%P)',
|
||||
formatoptions = vim.o.formatoptions .. 'n',
|
||||
splitright = true, -- split vertical window right
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user