fix: Don't log so much for users. Fix #91

This commit is contained in:
TJ DeVries
2020-09-22 10:04:02 -04:00
parent be9a0e5236
commit 941fb160c5
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
return require('plenary.log').new {
plugin = 'telescope',
level = 'info',
level = (vim.loop.os_getenv("USER") == 'tj' and 'debug') or 'info',
}