From fcc23373867b05256c6e72c1025f8e4499fb48c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3n=C3=A1n=20Carrigan?= Date: Tue, 7 Jun 2022 09:09:53 +0100 Subject: [PATCH] fix(float): set noautocmd See #2 --- lua/neotest/lib/ui/float.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/neotest/lib/ui/float.lua b/lua/neotest/lib/ui/float.lua index 5eb1f238..3003aa42 100644 --- a/lua/neotest/lib/ui/float.lua +++ b/lua/neotest/lib/ui/float.lua @@ -38,6 +38,7 @@ local function create_opts(content_width, content_height, position) height = height, style = "minimal", border = border, + noautocmd = true, } end