diff options
| author | ChristianChiarulli <[email protected]> | 2022-09-21 14:01:39 -0400 | 
|---|---|---|
| committer | ChristianChiarulli <[email protected]> | 2022-09-21 14:01:39 -0400 | 
| commit | 82f4b353b3c8ecb4f6cb216b00486643f1c07e67 (patch) | |
| tree | 6f0861e95b90ad7b183ace2ca5e7125730e09bf9 /lua/lvim | |
| parent | 21311b54a52c13dfe687f22c1d7bee0a163525f2 (diff) | |
feat: only show reloaded config on debug log level to decrease noise
Diffstat (limited to 'lua/lvim')
| -rw-r--r-- | lua/lvim/utils/hooks.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/lvim/utils/hooks.lua b/lua/lvim/utils/hooks.lua index f15f6729..00b07afb 100644 --- a/lua/lvim/utils/hooks.lua +++ b/lua/lvim/utils/hooks.lua @@ -19,7 +19,7 @@ function M.run_on_packer_complete()    pcall(vim.cmd, "colorscheme " .. lvim.colorscheme)    if M._reload_triggered then -    Log:info "Reloaded configuration" +    Log:debug "Reloaded configuration"      M._reload_triggered = nil    end  end | 
