diff options
Diffstat (limited to 'lua/utils')
| -rw-r--r-- | lua/utils/init.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lua/utils/init.lua b/lua/utils/init.lua index 322a961f..8ea842ca 100644 --- a/lua/utils/init.lua +++ b/lua/utils/init.lua @@ -70,7 +70,7 @@ function utils.toggle_autoformat()          },        },      } -    Log:info "Format on save active" +    Log:debug "Format on save active"    end    if not lvim.format_on_save then @@ -79,7 +79,7 @@ function utils.toggle_autoformat()          :autocmd! autoformat        endif      ]] -    Log:info "Format on save off" +    Log:debug "Format on save off"    end  end | 
