plugins/theme: don't always show tabs
This commit is contained in:
parent
426456baa7
commit
c23fb7add5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
-- always display tabline
|
-- always display tabline
|
||||||
vim.o.showtabline = 2
|
-- vim.o.showtabline = 2
|
||||||
|
|
||||||
-- See: https://github.com/nanozuki/tabby.nvim
|
-- See: https://github.com/nanozuki/tabby.nvim
|
||||||
require("tabby.tabline").use_preset("tab_only")
|
require("tabby.tabline").use_preset("tab_only")
|
||||||
|
|
Reference in a new issue