first commit
This commit is contained in:
12
lua/plugins/bufferline.lua
Normal file
12
lua/plugins/bufferline.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
version = "*",
|
||||
opts = {
|
||||
options = {
|
||||
separator_style = "slant",
|
||||
offsets = { { filetype = "NvimTree", text = "", padding = 1 } },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user