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 }