Skip to content

Commit

Permalink
make animal more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Apr 8, 2024
1 parent 5a69f6f commit 53d315d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let g:currentmode={

math.randomseed(os.time())
local i = math.random(#animals)
vim.opt.statusline = '%{%g:currentmode[mode()]%} %{%reg_recording()%} %* %t | %y | %* %= c:%c l:%l/%L %p%% ' .. animals[i] .. ' %*'
vim.opt.statusline = '%{%g:currentmode[mode()]%} %{%reg_recording()%} %* %t | %y | %* %= c:%c l:%l/%L %p%% %#NonText# ' .. animals[i] .. ' %*'

-- hide cmdline when not used
vim.opt.cmdheight = 1
Expand Down

0 comments on commit 53d315d

Please sign in to comment.