mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
add plugins
This commit is contained in:
10
lua/rua/plugins/bufferline.lua
Normal file
10
lua/rua/plugins/bufferline.lua
Normal file
@ -0,0 +1,10 @@
|
||||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
version = "*",
|
||||
opts = {
|
||||
options = {
|
||||
mode = "tabs",
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user