docs, feat, refactor:

- add user configuration ability

    - add two new patterns
        - remove empty lines at top of buffer
        - condense all multiple empty lines into
          one

    - update README
        - GIFs displaying formatting options
        - default config and how to modify
        - new packer entry
        - credits

    - remove vim file and integrate aucmd into lua
This commit is contained in:
McAuley Penney
2021-12-20 18:02:52 -07:00
parent 78558eb0e9
commit 13a9db44cb
3 changed files with 113 additions and 28 deletions

View File

@@ -1,5 +0,0 @@
augroup Tidy
au!
au BufWritePre * lua require( "tidy.init" ).tidy_up()
augroup END