mirror of
https://github.com/tiyn/tidy.nvim.git
synced 2025-12-13 23:59:45 +01:00
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:
@@ -1,5 +0,0 @@
|
||||
|
||||
augroup Tidy
|
||||
au!
|
||||
au BufWritePre * lua require( "tidy.init" ).tidy_up()
|
||||
augroup END
|
||||
Reference in New Issue
Block a user