Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 713f3fc

Browse files
Update signature_help.lua
1 parent 838bf77 commit 713f3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/completion/signature_help.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ M.autoOpenSignatureHelp = function()
4848
local trimmed_lines_filetype = vim.lsp.util.try_trim_markdown_code_blocks(lines)
4949
local opts = {}
5050
if vim.g.completion_popup_border then
51-
opts.border = vim.g.completion_popup_border
51+
opts.border = vim.g.completion_popup_border
5252
end
5353
local bufnr, _ = vim.lsp.util.open_floating_preview(
5454
-- TODO show popup when signatures is empty?
5555
vim.lsp.util.trim_empty_lines(lines),
5656
trimmed_lines_filetype,
57-
opts
57+
opts
5858
)
5959
-- setup a variable for floating window, fix #223
6060
vim.api.nvim_buf_set_var(bufnr, "lsp_floating", true)

0 commit comments

Comments
 (0)