trim.nvim icon indicating copy to clipboard operation
trim.nvim copied to clipboard

This plugin trims trailing whitespace and lines.

Results 8 trim.nvim issues
Sort by recently updated
recently updated
newest added

It would be nice to allow trimming only modified lines. Trimming whole file creates some unwanted diff changes in old project files. `vim-better-whitespaces` has an option `strip_only_modified_lines` for this use...

Closes #22. Adds the config option `trim_changed_only` (default `false`). I think this is a relatively neat fix that even retains leading lines and trailing lines trimming for only changed lines....

When using this plugin in conjunction with [auto-save](https://github.com/Pocco81/auto-save.nvim) and [auto-close](https://github.com/m4xshen/autoclose.nvim), automatic indentation generated by opening a bracket or other actions will get immediately deleted and send your cursor to the...

Currently, selecting a range of lines in vim and running :Trim produces an error: ``` :'

I don't see this working although I'd expect it to.

Hi, when I write a file with this plugin enabled, the normal mode keymap `g&` or the substitution character `~` only replace an empty string, instead of the last substitution...

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @​stefanzweifel Restore Detached State Detection (#393) @​stefanzweifel Add Support for Tag...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies
github_actions