diff --git a/lua/codemp/buffers.lua b/lua/codemp/buffers.lua index 2d622e9..5472059 100644 --- a/lua/codemp/buffers.lua +++ b/lua/codemp/buffers.lua @@ -165,7 +165,8 @@ local function attach(name, opts) end ) end - return + + break end end end