found match for the statusline after a lot of research and styled it
This commit is contained in:
12
homemanager/neovim/lua/plugins/spec/witchline.lua
Normal file
12
homemanager/neovim/lua/plugins/spec/witchline.lua
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user