From db6cca3a0fc51bf63d60bedc778d91d99b8bdc93 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 27 Dec 2022 13:55:18 -0300 Subject: Feat: adds tabgroups plugin --- config.dot/luakit.link/rc.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.dot/luakit.link/rc.lua b/config.dot/luakit.link/rc.lua index dd054b8..85bd908 100644 --- a/config.dot/luakit.link/rc.lua +++ b/config.dot/luakit.link/rc.lua @@ -115,6 +115,9 @@ local search = require "search" -- Add ordering of new tabs local taborder = require "taborder" +-- Add grouping of tabs +local tabgroups = require "tabgroups" + -- Save web history local history = require "history" local history_chrome = require "history_chrome" -- cgit v1.2.3