fix deprecated vim call

This commit is contained in:
Vladan Popovic 2022-06-11 16:39:33 +02:00
parent 39ad5f0381
commit e541136af7
1 changed files with 1 additions and 1 deletions

View File

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