Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
update for new nightly change
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Apr 30, 2024
1 parent 12c818b commit b1ef6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/epo/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ local function show_info(bufnr, curitem, selected)
return
end
local info = ('```' .. lang .. '\n%s' .. '\n```'):format(text)
local wininfo = api.nvim_complete_set(selected, { info = info })
local wininfo = api.nvim__complete_set(selected, { info = info })
popup_markdown_set(wininfo)
return
end
Expand All @@ -131,7 +131,7 @@ local function show_info(bufnr, curitem, selected)
close_popup_win(data.preview_winid)
return
end
local wininfo = api.nvim_complete_set(selected, { info = value })
local wininfo = api.nvim__complete_set(selected, { info = value })
popup_markdown_set(wininfo)
end, bufnr)
end
Expand Down

0 comments on commit b1ef6e5

Please sign in to comment.