found match for the statusline after a lot of research and styled it

This commit is contained in:
2025-11-17 19:54:31 +01:00
parent a5c78df883
commit 033a0033bd
9 changed files with 411 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
return {
'nvim-mini/mini.statusline',
version = '*',
enabled = false,
config = function()
require('plugins.config.mini_statusline')
end
}