Ocholla Tonny
Ocholla Tonny
@dgp1130 Any update?
This should work ```lua local function toggle_telescope(harpoon_files) local finder = function() local paths = {} for _, item in ipairs(harpoon_files.items) do table.insert(paths, item.value) end return require("telescope.finders").new_table({ results = paths, })...
I appreciate your perspective. In the tech world, we all have opinions on various subjects. However, it's important to understand that using a plugin differently doesn't necessarily mean it's being...