From 3598acc5cc35caaaf2147f3cdb01f7ce061a6526 Mon Sep 17 00:00:00 2001 From: kdav5758 Date: Fri, 2 Jul 2021 22:19:50 -0500 Subject: [PATCH] removed verbosity --- README.md | 1 - doc/autosave.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 4300c4a..31deb0d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/autosave.txt b/doc/autosave.txt index 681e0c6..1509bb4 100644 --- a/doc/autosave.txt +++ b/doc/autosave.txt @@ -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.