This repository has been archived on 2024-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
neovim/plugins/theme/tabby-nvim.lua

6 lines
147 B
Lua
Raw Normal View History

2022-09-19 18:44:57 +03:00
-- always display tabline
2022-09-26 15:21:28 +03:00
-- vim.o.showtabline = 2
2022-09-19 18:44:57 +03:00
-- See: https://github.com/nanozuki/tabby.nvim
require("tabby.tabline").use_preset("tab_only")