Skip to content

Commit

Permalink
issue ray-x#342 fix empty()
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Sep 16, 2024
1 parent 1779ef7 commit fc38521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lsp_signature/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ function helper.check_lsp_cap(clients, line_to_cursor)
total_lsp = total_lsp + 1

local h = rslv_cap.hoverProvider
if h == true or vim.empty(h) == 0 then
if h == true or fn.empty(h) == 0 then
hover_cap = true
end

Expand Down

0 comments on commit fc38521

Please sign in to comment.