diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-08-29 22:55:48 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-08-29 22:55:48 -0400 |
| commit | 9bb62777b251ddc7a277debf19f0b3796e8ec81f (patch) | |
| tree | d1aba4b63547036135deb9b2d2ceaf38c2005077 /lua/telescope/log.lua | |
| parent | fc534a58d8d5bb68a3f8e9ba0e12956be990832e (diff) | |
fix: Think I fixed the weird movements
Diffstat (limited to 'lua/telescope/log.lua')
| -rw-r--r-- | lua/telescope/log.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/log.lua b/lua/telescope/log.lua index a9bc2b0..a04ef42 100644 --- a/lua/telescope/log.lua +++ b/lua/telescope/log.lua @@ -1,4 +1,4 @@ return require('plenary.log').new { plugin = 'telescope', - level = 'debug', + level = 'info', } |
