From 1384fabdd5a8cc5a9161180d362bc6c3f896c47a Mon Sep 17 00:00:00 2001 From: anott03 Date: Thu, 17 Jun 2021 08:10:19 -0700 Subject: [PATCH] reverting qflist change --- lua/harpoon/mark.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/harpoon/mark.lua b/lua/harpoon/mark.lua index 3a15b69..f1284de 100644 --- a/lua/harpoon/mark.lua +++ b/lua/harpoon/mark.lua @@ -313,8 +313,7 @@ M.to_quickfix_list = function() } end log.debug("to_quickfix_list(): qf_list:", qf_list) - -- Does this only work when there is an LSP attached to the buffer? - vim.lsp.util.set_qflist(qf_list) + vim.fn.setqflist(qf_list) end M.set_mark_list = function(new_list)