We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549d579 commit d47d360Copy full SHA for d47d360
1 file changed
lua/pyrepl/image.lua
@@ -42,7 +42,7 @@ local function open_image_win(buf)
42
43
local win = vim.api.nvim_open_win(buf, false, opts)
44
vim.wo[win].winhl =
45
- "NormalFloat:PyreplImageNormal,FloatBorder:PyreplImageBorder,FloatTitle:PyreplImageBorder"
+ "NormalFloat:PyreplImageNormal,FloatBorder:PyreplImageBorder,FloatTitle:PyreplImageTitle"
46
47
return win
48
end
0 commit comments