This commit is contained in:
McAuleyPenney
2021-10-25 21:20:04 -07:00
commit 2e8256877d
3 changed files with 56 additions and 0 deletions

5
plugin/tidy.vim Normal file
View File

@@ -0,0 +1,5 @@
augroup Tidy
au!
au BufWritePre * lua require( "aucmd.functions" ).clear_spaces()
augroup END