We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239ebe5 commit c857768Copy full SHA for c857768
lua/orgmode/org/autocompletion/cmp.lua
@@ -27,7 +27,6 @@ end
27
function Source:complete(params, callback)
28
local offset = OrgmodeOmniCompletion(1, '') + 1
29
local input = string.sub(params.context.cursor_before_line, offset)
30
- print(vim.inspect(input))
31
local results = OrgmodeOmniCompletion(0, input)
32
local items = {}
33
for _, item in ipairs(results) do
0 commit comments