diff options
| author | Nolan Prochnau <parvus.mortalis@gmail.com> | 2020-11-16 10:37:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-16 10:37:08 -0500 |
| commit | f9f83004b6c729888f73a05c97727431bc306562 (patch) | |
| tree | 66b5db62055a4b11c75392a23ee036f5e21a0351 /lua | |
| parent | 50a87e502ce2739aab67966acda0f04a5f49bb6e (diff) | |
Delete more debug things
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/previewers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/telescope/previewers.lua b/lua/telescope/previewers.lua index 05efa66..f9d8e5b 100644 --- a/lua/telescope/previewers.lua +++ b/lua/telescope/previewers.lua @@ -469,7 +469,6 @@ previewers.help = defaulter(function(_) -- remove leading '/' search_query = search_query:sub(2) - print(search_query) -- Set the query to "very nomagic". -- This should make it work quite nicely given tags. |
