Skip to content

Commit

Permalink
Fix: Document log level in vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
wbthomason committed Jul 25, 2021
1 parent fdf005f commit 92dcbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/packer.txt
Expand Up @@ -214,6 +214,7 @@ default values: >
clone_timeout = 60, -- Timeout, in seconds, for git clones
default_url_format = 'https://github.com/%s' -- Lua format string used for "aaa/bbb" style plugins
},
log = { level = 'warn' }, -- The default print log level. One of: "trace", "debug", "info", "warn", "error", "fatal".
display = {
non_interactive = false, -- If true, disable display windows for all operations
open_fn = nil, -- An optional function to open a window for packer's display
Expand Down

0 comments on commit 92dcbe5

Please sign in to comment.