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

6 lines
152 B
VimL
Raw Normal View History

2021-02-23 16:04:47 +01:00
" Enable trailing whitespace high-lighting
let g:better_whitespace_enabled=1
" Strip trailing whitespace on file-save
let g:strip_whitespace_on_save=1