dotfiles/.config/nvim/lua/plugins/bufferline.lua

12 lines
252 B
Lua

return {
"akinsho/bufferline.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
version = "*",
opts = {
options = {
separator_style = "slant",
offsets = { { filetype = "NvimTree", text = "", padding = 1 } },
},
},
}