plugins/theme: don't always show tabs

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-26 15:21:28 +03:00
parent 426456baa7
commit c23fb7add5
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
-- always display tabline
vim.o.showtabline = 2
-- vim.o.showtabline = 2
-- See: https://github.com/nanozuki/tabby.nvim
require("tabby.tabline").use_preset("tab_only")