McAuley Penney 25715ac21f fix:
- reinit v1
2021-12-20 21:26:33 -07:00
2021-12-20 21:26:33 -07:00
2021-12-20 21:26:33 -07:00
2021-12-20 21:26:33 -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.

tidy

install

  • Packer
use "McAuleyPenney/tidy.nvim"

or with lazy-loading

use{ "McAuleyPenney/tidy.nvim", event = "BufWritePre" }

Credits:

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%