initial commit
This commit is contained in:
parent
8d1ef972bc
commit
0019dc2b11
30 changed files with 915 additions and 970 deletions
11
lua/jenia90/plugins/bufferline.lua
Normal file
11
lua/jenia90/plugins/bufferline.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
version = "*",
|
||||
opts = {
|
||||
options = {
|
||||
mode = "tabs",
|
||||
separator_style = "slant",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue