diff options
| author | Miguel <m.i@gmx.at> | 2019-06-07 01:06:54 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-06-07 01:06:54 +0200 |
| commit | 0dd6902c41db20adcf5e6710c2e44f426d4b9644 (patch) | |
| tree | 8040047c33632577bbc111c3a37b5167de8d5c77 | |
| parent | 5d5111a9ea6a9b4cc80d12f624724ff5f16eea15 (diff) | |
do not show trailing white space per default
| -rw-r--r-- | vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -475,8 +475,9 @@ let g:miniBufExplMaxSize = 25 let g:intero_load_targets= ["twg"] let g:ghcid_keep_open = 1 + " show trailing whitespace per default: -match ErrorMsg /\v +$/ +" match ErrorMsg /\v +$/ " let g:ackprg = 'ag --nogroup --nocolor --column' let g:ackprg = 'ag --vimgrep' @@ -494,4 +495,3 @@ let g:haskell_enable_static_pointers = 1 " to enable highlighting of `static` let g:haskell_backpack = 1 " to enable highlighting of backpack keywords " let g:haskell_classic_highlighting = 1 - |
