fix deprecated vim call

This commit is contained in:
Vladan Popovic 2022-06-11 16:39:33 +02:00
parent 39ad5f0381
commit e541136af7

View file

@ -128,6 +128,6 @@ do
table.insert(qflist, d)
end
end
vim.lsp.util.set_qflist(qflist)
setqflist(qflist)
end
end