feat(plugins): add winbar and allow config for Neogit

This commit is contained in:
doryan 2024-08-05 00:24:31 +04:00
parent 3dc3c7a612
commit 518b872d30

View File

@ -10,6 +10,9 @@ lvim.plugins = {
}
}
},
{
'fgheng/winbar.nvim'
},
{
'Bekaboo/dropbar.nvim',
dependencies = {
@ -109,6 +112,7 @@ lvim.plugins = {
"nvim-telescope/telescope.nvim", -- optional
"ibhagwan/fzf-lua", -- optional
},
config = true,
},
{
"catppuccin/nvim",