vim: trailing whitespaces
This commit is contained in:
parent
622bb52652
commit
c9b2d217ea
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -26,6 +26,9 @@ Plugin 'junegunn/vim-easy-align'
|
||||||
Plugin 'ap/vim-buftabline'
|
Plugin 'ap/vim-buftabline'
|
||||||
" start screen
|
" start screen
|
||||||
Plugin 'mhinz/vim-startify'
|
Plugin 'mhinz/vim-startify'
|
||||||
|
" entferne whitespace am Zeilenende beim speicher
|
||||||
|
" ABER nur in geänderten zeilen
|
||||||
|
Plugin 'axelf4/vim-strip-trailing-whitespace'
|
||||||
" bracketed paste/ keine set-paste mehr
|
" bracketed paste/ keine set-paste mehr
|
||||||
Plugin 'ConradIrwin/vim-bracketed-paste'
|
Plugin 'ConradIrwin/vim-bracketed-paste'
|
||||||
" multi cursor; setze cursor mit \\\
|
" multi cursor; setze cursor mit \\\
|
||||||
|
|
Loading…
Reference in a new issue