Skip to content

Commit c3447cc

Browse files
committed
fix: drop vim print
1 parent 5262586 commit c3447cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/blink/cmp/windows/render/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ local ns = vim.api.nvim_create_namespace('blink_cmp_renderer')
1717
local renderer = {}
1818

1919
function renderer.new(draw)
20-
vim.print(draw)
2120
--- Convert the component names in the columns to the component definitions
2221
--- @type blink.cmp.DrawComponent[][]
2322
local columns_definitions = vim.tbl_map(function(column)

0 commit comments

Comments
 (0)