Skip to content

joshddunn/nvim-remove-trailing-whitespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

nvim-remove-trailing-whitespace

Removes trailing whitespace when saving a buffer.

Does this need to be a plugin? Probably not.

Installation

Lazy

{
  "joshddunn/nvim-remove-trailing-whitespace",
  config = function()
    require("nvim-remove-trailing-whitespace").setup({
      pattern = "*" -- default value
    })
  end
}

About

Remove trailing whitespace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages