Skip to content

Commit

Permalink
Merge pull request #316 from joren485/vim-trailing-whitespace
Browse files Browse the repository at this point in the history
Show trailing whitespace in vim
  • Loading branch information
joren485 authored Oct 5, 2024
2 parents 24a4a09 + 7cba2ca commit 48ee989
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/vim/files/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ set updatetime=10

call plug#end()

" Show trailing whitespace
set list
set listchars=trail:·

" Disable swap files
set noswapfile

Expand Down

0 comments on commit 48ee989

Please sign in to comment.