feat: initial commit

This commit is contained in:
Carlos
2025-02-01 23:17:13 -05:00
commit dbd430eac2
34 changed files with 1132 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
return {
"akinsho/bufferline.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
version = "*",
opts = {
options = {
mode = "tabs",
},
},
}