From 69c224aa317c449c30a16a227752a0c3de5ba0e7 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 28 Nov 2024 12:02:26 +0100 Subject: [PATCH] work: Update team membership --- hostconfig/thinkpad-nixos/telescope-team.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hostconfig/thinkpad-nixos/telescope-team.lua b/hostconfig/thinkpad-nixos/telescope-team.lua index 25a2b674..3c10d135 100644 --- a/hostconfig/thinkpad-nixos/telescope-team.lua +++ b/hostconfig/thinkpad-nixos/telescope-team.lua @@ -14,14 +14,12 @@ local team_picker = function(opts) finder = finders.new_table({ results = vim.tbl_map(function(s) return string.format(s, work_domain) end, { [[Quentin Boyer ""]], - [[Mathieu Barbe ""]], [[Philippe Dutrueux ""]], [[Sylvain Goudeau ""]], [[Jonathan Espié--Caullet ""]], [[Damien Bergamini ""]], - [[Pedro Martins Basso ""]], - [[Yoann Heitz ""]], [[Clément Mathieu--Drif ""]], + [[Marie Badaroux ""]], }), }), sorter = conf.generic_sorter(opts),