• in the last commit, I modified how the
configuration is made so that I could get
rid of having to check if configuration
options were present before acting. I
forgot to remove one, so I did it here
• I also removed a reference to an
experimental option that I was considering
• updated readme
I originally wrote this as a wrapper around a couple of vim regex commands used for formatting files before I began using formatters. These commands are not mine, please see the `Credits` section below for sources. Even with real formatters in my setup now, I still like and use this because I like these specific formats to be applied to every buffer and don't want to have a formatting tool installed for them. There really isn't a reason to have this in a plugin other than wanting to disseminate it for new users or people who didn't know you could do this. You could (should) instead just yank and put the code right in your configuration.
I originally wrote this as a wrapper around a couple of vim regex commands used for formatting files before I began using formatters. These commands are not mine, please see the `Credits` section below for sources. Even with real formatters in my setup now, I still like and use this because I like these specific formats to be applied to every buffer and don't want to have a formatting tool installed for them.
## Installation
@ -28,7 +28,7 @@ use({
```
## Configuration
Tidy will work on all buffers using only the basic installation shown above. All configuration options are optional and there are no defaults. The options displayed below are simply examples.
Tidy will work on all buffers using only the basic installation shown above. No configuration options are required. The options displayed below are simply examples.