add plugins

This commit is contained in:
xfy
2024-09-09 21:56:18 +08:00
parent ac78b511c3
commit 8d09f4a4d6
17 changed files with 681 additions and 3 deletions

View File

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