Skip to content

Commit

Permalink
fix(vim-options): change the display of default nvim statusline
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Nov 30, 2023
1 parent 27d54f4 commit 574ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/one/plugins/vim-options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default.opt = {
langmenu = vim.v.lang, -- :h 'langmenu'

-- Default nvim statusline (If statusline plugin disabled)
statusline = '%F%m%r%h%w [FORMAT=%{&ff}] [TYPE=%Y] [POS=%l,%v][%p%%] %{strftime(\"%d/%m/%y - %H:%M\")}',
statusline = '▌%{toupper(mode())}▐ %F%m%r%h%w │ %2p%% %l/%L %-2v │ ts:%{&ts} sw:%{&sw} ft:%Y ff:%{&ff} │ %{&encoding}',
shortmess = 'ilmnrxsW', -- helps to avoid all the hit-enter prompts caused by file messages
showmode = true,

Expand Down

0 comments on commit 574ad21

Please sign in to comment.