mcauley-penney / tidy.nvim

A small Neovim plugin to remove trailing whitespace and empty lines at end of file on every save
107 stars 15 forks source link

docs, feat, refactor: #1

Closed mcauley-penney closed 2 years ago

mcauley-penney commented 2 years ago
- 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