nix-config/home/vim/plugin/settings/betterwhitespace.vim

6 lines
152 B
VimL

" Enable trailing whitespace high-lighting
let g:better_whitespace_enabled=1
" Strip trailing whitespace on file-save
let g:strip_whitespace_on_save=1