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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Oct 24, 2023
1 parent 6484c5d commit a3cb83f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/epo/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ local function signature_help(client, bufnr, lnum)
if not lines or vim.tbl_isempty(lines) then
return
end
-- just show parmas in signature help
lines = { unpack(lines, 1, 3) }
fbuf, fwin = util.open_floating_preview(lines, 'markdown', {
close_events = {},
border = 'rounded',
Expand Down

0 comments on commit a3cb83f

Please sign in to comment.