diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2021-07-23 17:42:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 11:42:37 -0400 |
| commit | 79644ab67731c7ba956c354bf0545282f34e10cc (patch) | |
| tree | e65dbf73b3442ab1aa9fc59fc56a35b4c9edf1e0 /lua/telescope/log.lua | |
| parent | 664690029fdb302bee8d3f27a458383e8477add7 (diff) | |
chore: use stylua for formatting (#1040)
* chore: stylua job and config
* reformat with stylua
Diffstat (limited to 'lua/telescope/log.lua')
| -rw-r--r-- | lua/telescope/log.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/telescope/log.lua b/lua/telescope/log.lua index c93472b..0d2e0eb 100644 --- a/lua/telescope/log.lua +++ b/lua/telescope/log.lua @@ -1,6 +1,6 @@ -local user = vim.loop.os_getenv("USER") +local user = vim.loop.os_getenv "USER" -return require('plenary.log').new { - plugin = 'telescope', - level = ((user == 'tj' or user == 'tjdevries') and 'debug') or 'warn', +return require("plenary.log").new { + plugin = "telescope", + level = ((user == "tj" or user == "tjdevries") and "debug") or "warn", } |
