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