Some updates

This commit is contained in:
Jimmy Bates 2024-07-01 01:39:23 -07:00
parent 866a9f0307
commit 34de2fa369
3 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,6 @@ return {
{
'romgrk/barbar.nvim',
dependencies = {
'lewis6991/gitsigns.nvim', -- OPTIONAL: for git status
'nvim-tree/nvim-web-devicons', -- OPTIONAL: for file icons
},
init = function()
@ -23,6 +22,5 @@ return {
-- insert_at_start = true,
-- …etc.
},
version = '^1.0.0', -- optional: only update when a new 1.x version is released
},
}