1
0
Fork 0

nvim change statusline slightly

This commit is contained in:
tastytea 2022-08-18 15:26:37 +02:00
parent 7973c1b059
commit 4abb52dcab
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -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
}