diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-09-29 22:52:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-29 22:52:38 -0400 |
| commit | ae7fd0d27a72fa3088e84992eb5040853164dad6 (patch) | |
| tree | 8b2ecd59ffee6c00fa8fee5f2b570edee5da8724 /lua/tests/manual/large_search.lua | |
| parent | 2ce23696de096733e32135b2f9698a9cca6fdcd4 (diff) | |
feat: Add status, better debug, and some associated refactors
* [WIP]: Mon 28 Sep 2020 01:08:24 PM EDT
* add much much better tracking. so much less hax
* status updates, oneshot job updates, etc.
* remove temp function
* add status function
* asdfasdfasdf
Diffstat (limited to 'lua/tests/manual/large_search.lua')
| -rw-r--r-- | lua/tests/manual/large_search.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/tests/manual/large_search.lua b/lua/tests/manual/large_search.lua index 3ad6b5a..eda5f16 100644 --- a/lua/tests/manual/large_search.lua +++ b/lua/tests/manual/large_search.lua @@ -7,9 +7,6 @@ local previewers = require('telescope.previewers') local pickers = require('telescope.pickers') local sorters = require('telescope.sorters') -PERF_DEBUG = 182 -vim.api.nvim_buf_set_lines(PERF_DEBUG, 0, -1, false, {}) - local cwd = vim.fn.expand("~/build/neovim") pickers.new { @@ -28,7 +25,6 @@ pickers.new { }:find() -COMPLETED = false -- vim.wait(3000, function() -- vim.cmd [[redraw!]] -- return COMPLETED |
