first commit

This commit is contained in:
Gabriel
2025-11-04 12:12:00 +01:00
commit 85ec61e709
25 changed files with 901 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
return {
"akinsho/bufferline.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
version = "*",
opts = {
options = {
separator_style = "slant",
offsets = { { filetype = "NvimTree", text = "", padding = 1 } },
},
},
}