found match for the statusline after a lot of research and styled it
This commit is contained in:
7
homemanager/neovim/lua/plugins/spec/staline.lua
Normal file
7
homemanager/neovim/lua/plugins/spec/staline.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'tamton-aquib/staline.nvim',
|
||||
enabled = false,
|
||||
config = function()
|
||||
require('plugins.config.staline')
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user