tidy.nvim
File Formatter
Removes trailing whitespace and empty lines at EOF on save for file formatting.
A small Neovim plugin to remove trailing whitespace and empty lines at end of file on every save
111 stars
1 watching
15 forks
Language: Lua
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mcauley-penney/visual-whitespace.nvim | A plugin that reveals whitespace characters in visual mode for improved text editing experience. | 105 |
elentok/format-on-save.nvim | Automates file formatting on save using LSP or shell utilities. | 159 |
cappyzawa/trim.nvim | A plugin that trims trailing whitespace and lines from files | 126 |
nvimdev/guard.nvim | Utility plugin to format and lint code in Neovim | 455 |
emileferreira/nvim-strict | A plugin that provides code style formatting and hints for various programming languages using regular expressions. | 35 |
chuufmaster/buffer-vacuum | Automates the management of unused buffers in Neovim | 10 |
emmanueltouzery/decisive.nvim | A Neovim plugin to assist with aligning and navigating CSV files. | 90 |
malbertzard/inline-fold.nvim | A plugin that hides code within specific patterns to improve readability and usability in text editors | 83 |
numtostr/bufonly.nvim | A Lua plugin that deletes all buffers except the current one when it is not modified and modifiable. | 36 |
muniftanjim/prettier.nvim | A plugin for Neovim's LSP client to format code according to Prettier style | 290 |
lukas-reineke/lsp-format.nvim | A wrapper around Neovim's LSP formatting functionality. | 578 |
axkirillov/hbac.nvim | Automatically closes unedited buffers when their number exceeds a threshold | 203 |
ludopinelli/comment-box.nvim | A plugin that helps organize and format plain text files by adding boxes and lines around selected text or lines. | 414 |
kicamon/markdown-table-mode.nvim | A plugin that formats markdown tables under the cursor when leaving insert mode or typing '|' | 58 |
norcalli/nvim-terminal.lua | A filetype mode that highlights and conceals text buffers with colored syntax codes | 208 |