2024-08-03 22:08:40 +03:00
|
|
|
vim.opt.termguicolors = true
|
2024-08-04 23:25:50 +03:00
|
|
|
|
2024-08-03 22:08:40 +03:00
|
|
|
lvim.builtin.bufferline = {
|
|
|
|
options = {
|
|
|
|
mode = "buffers",
|
|
|
|
separator_style = "slant",
|
|
|
|
offsets = {
|
|
|
|
{
|
|
|
|
filetype = "NeoTree",
|
|
|
|
text = "File Explorer",
|
|
|
|
highlight = "Directory",
|
|
|
|
separator = true,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|