new tab plugin
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
vim.opt.termguicolors = true
|
||||
local bufferline = require('bufferline')
|
||||
bufferline.setup({
|
||||
options = {
|
||||
mode = "buffers", -- set to "tabs" to only show tabpages instead
|
||||
style_preset = bufferline.style_preset.minimal, -- or bufferline.style_preset.minimal,
|
||||
|
||||
separator_style = { "", "" }, --"thin", --| "slope" | "thick" | "thin" | { 'any', 'any' },
|
||||
indicator = {
|
||||
icon = '', -- this should be omitted if indicator style is not 'icon'
|
||||
style = 'none',
|
||||
},
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user