Skip to content

Commit

Permalink
fix(float): set noautocmd
Browse files Browse the repository at this point in the history
See #2
  • Loading branch information
rcarriga committed Jun 7, 2022
1 parent b086a53 commit fcc2337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest/lib/ui/float.lua
Expand Up @@ -38,6 +38,7 @@ local function create_opts(content_width, content_height, position)
height = height,
style = "minimal",
border = border,
noautocmd = true,
}
end

Expand Down

0 comments on commit fcc2337

Please sign in to comment.