Nvim: Bufferline styling

This commit is contained in:
pr0c3550r 2023-04-07 16:21:14 +02:00
parent 14c1378cd2
commit a9436411a7

View file

@ -9,9 +9,11 @@ return {
filetype = "netrw",
text = "File Explorer",
highlight = "Directory",
text_align = 'center',
separator = true
}
}
},
show_buffer_close_icons = false,
}
})
end,