summaryrefslogtreecommitdiffstats
path: root/after/plugin/tabline.lua
blob: 7ec5cf128a270cb8bacdef7850881d4fc7e75cde (plain) (blame)
1
2
3
4
5
6
7
8
9
local status_ok, luatab = pcall(require, "luatab")
if not status_ok then
	return
end

luatab.setup {
  windowCount = function() return '' end,
  devicon = function() return '' end,
}