From dea927d0eb22255632dd82d2efff1a68d621c871 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Fri, 8 Oct 2021 07:56:01 -0700 Subject: feat: Add scrolling through results (#1232) * some scrollin * [WIP]: Fri 10 Sep 2021 02:24:20 PM EDT * ok, I think scrolling works * change to 1000 for now, dont need to scroll that far :) --- lua/telescope/entry_manager.lua | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'lua/telescope/entry_manager.lua') diff --git a/lua/telescope/entry_manager.lua b/lua/telescope/entry_manager.lua index 5055171..1e94c80 100644 --- a/lua/telescope/entry_manager.lua +++ b/lua/telescope/entry_manager.lua @@ -2,27 +2,6 @@ local log = require "telescope.log" local LinkedList = require "telescope.algos.linked_list" ---[[ - -OK, new idea. -We can do linked list here. -To convert at the end to quickfix, just run the list. -... - -start node -end node - -if past loop of must have scores, - then we can just add to end node and shift end node to current node. - etc. - - - always inserts a row, because we clear everything before? - - can also optimize by keeping worst acceptable score around. - ---]] - local EntryManager = {} EntryManager.__index = EntryManager -- cgit v1.2.3