vim-strip-trailing-whitespace
vim-strip-trailing-whitespace copied to clipboard
Conflicts with floaterm in neovim
I did not debug this in detail, but when running commands in floaterm I would get errors such as Error executing lua callback: [string ":lua"]:1: Vim(call):E16: Invalid range: call s:RemoveRange(start, end) | endif. Removing vim-strip-trailing-whitespace solved the issue.
I initially I tried to do
❯ cat home/.vim/after/plugin/floaterm.vim
autocmd FileType floaterm let b:strip_trailing_whitespace_enabled=0
But it did not solve the problem. I could try to dig into this deeper, but for now I thought I'd open an issue. Please tell me if there are some suggestions of things to try!