From 17a4457c0ecf531ba3060cbaeb8a062876d21a1a Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 31 Mar 2024 17:11:40 -0400 Subject: add tabbar plugin --- after/plugin/tabline.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'after/plugin/tabline.lua') diff --git a/after/plugin/tabline.lua b/after/plugin/tabline.lua index 4b9dcfa..a9281a5 100644 --- a/after/plugin/tabline.lua +++ b/after/plugin/tabline.lua @@ -4,8 +4,5 @@ if not status_ok then end tabline.setup { - layout = { - { type = 'taglist' }, - }, - seperator = '|', + closeicon = "%#Constant#[x]" } -- cgit v1.2.1