diff options
Diffstat (limited to 'after/plugin')
-rw-r--r-- | after/plugin/tabline.lua | 5 |
1 files changed, 1 insertions, 4 deletions
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]" } |