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 +---- lua/conf/plugins.lua | 3 +++ 2 files changed, 4 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]" } diff --git a/lua/conf/plugins.lua b/lua/conf/plugins.lua index ebb53a6..0b9bbf8 100644 --- a/lua/conf/plugins.lua +++ b/lua/conf/plugins.lua @@ -29,6 +29,9 @@ require('dep') { { 'lukas-reineke/headlines.nvim', requires = 'nvim-neorg/neorg' }, + { 'squibid/tar', -- tab bar + url = 'https://git.squi.bid/tar' + }, -- functional plugins ------------------------------------------------------- { 'lewis6991/gitsigns.nvim' }, -- very helpful git things -- cgit v1.2.1