updates neovim

This commit is contained in:
Dennis 2025-10-23 14:40:44 +02:00
parent f1145d2251
commit b8f193bcdf
2 changed files with 0 additions and 21 deletions

View file

@ -1,18 +0,0 @@
return {
"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 = {
animation = false,
auto_hide = false,
maximum_length = 35,
icons = { filetype = { enabled = false }, button = "", modified = { button = "m" } },
highlight_visible = false,
},
version = "^1.0.0", -- optional: only update when a new 1.x version is released
}