[docs,style]:

- clean readme again
    - change function name from what I had it as in my configs to
      something more fitting for the repo
This commit is contained in:
McAuleyPenney
2021-10-26 01:25:20 -07:00
parent 472ce3b347
commit 9acc5686ce
3 changed files with 14 additions and 11 deletions

View File

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