This commit is contained in:
Jaroslaw Konik 2025-03-28 20:11:46 +01:00
parent 1bc62ac82d
commit 6055b06114

View file

@ -125,6 +125,21 @@ require("lazy").setup({
tag = '0.1.6',
dependencies = { 'nvim-lua/plenary.nvim' }
},
{
'romgrk/barbar.nvim',
dependencies = {
'lewis6991/gitsigns.nvim', -- OPTIONAL: for git status
'nvim-tree/nvim-web-devicons', -- OPTIONAL: for file icons
},
init = function() vim.g.barbar_auto_setup = false end,
opts = {
-- lazy.nvim will automatically call setup for you. put your options here, anything missing will use the default:
-- animation = true,
-- insert_at_start = true,
-- …etc.
},
version = '^1.0.0', -- optional: only update when a new 1.x version is released
},
{
"folke/zen-mode.nvim",
opts = {