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,12 @@
return {
"sontungexpt/witch-line",
dependencies = {
"nvim-tree/nvim-web-devicons",
},
lazy = false, -- Almost component is lazy load by default. So you can set lazy to false
enabled = false,
config = function()
vim.o.laststatus = 3
require("plugins.config.witchline")
end,
}