diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-08-03 20:40:04 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-08-03 20:40:04 -0400 |
| commit | 96cac0a8c861d5cdb1bb7765cc2d20e47ebb7885 (patch) | |
| tree | 43edecaeef53e683cdacc9588c75817d62f7844f /scratch/picker_locations.lua | |
| parent | fa0382d93e73b66e7ec769cec27b9fbb21020641 (diff) | |
Work on ngram sorter
Diffstat (limited to 'scratch/picker_locations.lua')
| -rw-r--r-- | scratch/picker_locations.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scratch/picker_locations.lua b/scratch/picker_locations.lua index 82fe7f7..251b617 100644 --- a/scratch/picker_locations.lua +++ b/scratch/picker_locations.lua @@ -1,4 +1,7 @@ +-- Hot reload stuff package.loaded['telescope'] = nil package.loaded['telescope.init'] = nil package.loaded['telescope.picker'] = nil package.loaded['telescope.finder'] = nil + + |
