removed verbosity

This commit is contained in:
kdav5758
2021-07-02 22:19:50 -05:00
parent 9582a5ec49
commit 3598acc5cc
2 changed files with 0 additions and 2 deletions

View File

@@ -211,7 +211,6 @@ All the commands follow the *camel casing* naming convention and have the `AS` p
Although settings already have self-explanatory names, here is where you can find info about each one of them and their classifications!
## General
- `verbosity`: (Integer) if greater that zero, enables verbose output (print what it does when you execute any of the two command).
+ `enabled:`: (Boolean) if true, enables AutoSave.nvim at startup (Note: this is not for loading the plugin it self but rather the "auto-save" functionality. This is like running `:ASOn`).
+ `execution_message`: (String) message to be displayed when saving [a] file[s].
+ `events`: (Table): events that will trigger the plugin.

View File

@@ -146,7 +146,6 @@ All the commands follow the *camel casing* naming convention and have the `AS` p
Although settings already have self-explanatory names, here is where you can find info about each one of them and their classifications!
## General
- `verbosity`: (Integer) if greater that zero, enables verbose output (print what it does when you execute any of the two command).
+ `enabled:`: (Boolean) if true, enables AutoSave.nvim at startup (Note: this is not for loading the plugin it self but rather the "auto-save" functionality. This is like running `:ASOn`).
+ `execution_message`: (String) message to be displayed when saving [a] file[s].
+ `events`: (Table): events that will trigger the plugin.