We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5262586 commit c3447ccCopy full SHA for c3447cc
lua/blink/cmp/windows/render/init.lua
@@ -17,7 +17,6 @@ local ns = vim.api.nvim_create_namespace('blink_cmp_renderer')
17
local renderer = {}
18
19
function renderer.new(draw)
20
- vim.print(draw)
21
--- Convert the component names in the columns to the component definitions
22
--- @type blink.cmp.DrawComponent[][]
23
local columns_definitions = vim.tbl_map(function(column)
0 commit comments