mirror of https://github.com/tiyn/tidy.nvim
• remove vim source code for implementing tidy's autocommands and instead use the Lua API from 0.7 • update README with improved explanation and new installation instructions Resolves #4main
parent
1f1aa06991
commit
9f906a154d
@ -1,4 +0,0 @@
|
||||
augroup Tidy
|
||||
au!
|
||||
au BufWritePre * lua require( "tidy" ).tidy_up()
|
||||
augroup END
|
Loading…
Reference in new issue