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

Automatically strip trailing whitespace as you are editing.

spaceless.nvim

Lua port of https://github.com/thirtythreeforty/lessspace.vim

Strip trailing whitespace as you are editing.

Installation

packer.nvim:

use {
  'lewis6991/spaceless.nvim',
  config = function()
    require'spaceless'.setup()
  end
}