From 6055b061140328eee415a23a1367e1f69028335c Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 28 Mar 2025 20:11:46 +0100 Subject: [PATCH] update --- init.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/init.lua b/init.lua index e9a2157..33fa341 100644 --- a/init.lua +++ b/init.lua @@ -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 = {