McAuleyPenney 9acc5686ce [docs,style]:
- clean readme again
    - change function name from what I had it as in my configs to
      something more fitting for the repo
2021-10-26 01:25:20 -07:00
2021-10-26 01:25:20 -07:00
2021-10-26 01:25:20 -07:00
2021-10-26 01:25:20 -07:00

tidy.nvim 🧹

A function and autocommand pair that removes all

- trailing whitespace
- empty lines at the end of the buffer

on every BufWritePre.

https://user-images.githubusercontent.com/59481467/138811091-05031eb1-96fc-4915-a349-e41d87c921ea.mp4

Credits:

  1. Vim Tips Wiki entry for removing unwanted spaces
  2. ib., the author of this stack overflow answer
Description
A small Neovim plugin to remove trailing whitespace and empty lines at end of file on every save
Readme 66 KiB
Languages
Lua 100%