mirror of
https://github.com/tiyn/tidy.nvim.git
synced 2025-10-10 18:21:15 +02:00
[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user