.dotfiles/global/.config/nvim/lua/plugins/nvim-bufferline.lua
foozzi 2c1ccaffd1 Refactoring
- Added macos
2024-01-14 23:29:33 -05:00

16 lines
337 B
Lua

return {
"akinsho/bufferline.nvim",
opts = {
options = {
-- diagnostics = "nvim_lsp",
always_show_bufferline = false,
offsets = {
{ filetype = "NvimTree", text = "File Explorer", highlight = "Directory", text_align = "left" },
},
},
},
dependencies = {
"nvim-tree/nvim-web-devicons",
},
event = "VeryLazy",
}