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

tabline.setup {
  closeicon = "%#Constant#[x]"
}