feat: show buffer number
This commit is contained in:
parent
492be2d390
commit
299c65cd0a
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@ return require('packer').startup(function(use)
|
||||||
config = function()
|
config = function()
|
||||||
require'tabline'.setup {
|
require'tabline'.setup {
|
||||||
enable = true,
|
enable = true,
|
||||||
options = {show_filename_only = true}
|
options = {
|
||||||
|
show_bufnr = true,
|
||||||
|
show_filename_only = true,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
requires = {
|
requires = {
|
||||||
|
|
Loading…
Reference in a new issue