Skip to content

Commit

Permalink
nvim_complete_set -> nvim__complete_set
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed May 2, 2024
1 parent cac8e6a commit 2bf619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/autocomplete/buffer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ local function complete_changed(args)
end

local wininfo =
vim.api.nvim_complete_set(selected, { info = result.documentation.value })
vim.api.nvim__complete_set(selected, { info = result.documentation.value })
if wininfo.winid and wininfo.bufnr then
vim.wo[wininfo.winid].conceallevel = 2
vim.wo[wininfo.winid].concealcursor = 'niv'
Expand Down

0 comments on commit 2bf619e

Please sign in to comment.