config updated with new pluggins added
This commit is contained in:
parent
d814b2e2a4
commit
afea8a3618
39 changed files with 1354 additions and 25 deletions
10
lua/peteskiis/plugins/bufferline.lua
Normal file
10
lua/peteskiis/plugins/bufferline.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
version = "*",
|
||||
opts = {
|
||||
options = {
|
||||
mode = "tabs",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue