blob: 41cf77e0cc9829dc3c3e5726bf4814c63e4a60a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
lua << EOF
require("bufferline").setup{
options = {
offsets = {
{
filetype = "NvimTree",
text = "File Explorer",
text_align = "left",
separator = true
}
},
}
}
EOF
|