diff options
Diffstat (limited to 'lua/telescope/log.lua')
| -rw-r--r-- | lua/telescope/log.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/telescope/log.lua b/lua/telescope/log.lua index a04ef42..2796dbb 100644 --- a/lua/telescope/log.lua +++ b/lua/telescope/log.lua @@ -1,4 +1,5 @@ + return require('plenary.log').new { plugin = 'telescope', - level = 'info', + level = (vim.loop.os_getenv("USER") == 'tj' and 'debug') or 'info', } |
