Created
October 9, 2024 14:39
-
-
Save jesseleite/5dafafdf82eb5d5008ded779ccf4faab to your computer and use it in GitHub Desktop.
mini.statusline config example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return { | |
'echasnovski/mini.statusline', | |
dependencies = { | |
'echasnovski/mini.icons', | |
}, | |
config = function() | |
local noirbuddy_statusline = require('noirbuddy.plugins.mini-statusline') | |
require('mini.statusline').setup { | |
content = { | |
active = noirbuddy_statusline.active, | |
inactive = noirbuddy_statusline.inactive, | |
}, | |
} | |
end, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment