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),