vim: width

This commit is contained in:
Michael Grote 2021-07-02 17:36:57 +02:00
parent 28b240c1f0
commit b99e24e6a4

1
.vimrc
View file

@ -41,7 +41,6 @@ call vundle#end()
" allgemeine Optionen " allgemeine Optionen
set showcmd " Show (partial) command in status line. set showcmd " Show (partial) command in status line.
set showbreak=+++ set showbreak=+++
set textwidth=100
set autoindent set autoindent
set wrap linebreak "https://vim.fandom.com/wiki/Automatic_word_wrapping set wrap linebreak "https://vim.fandom.com/wiki/Automatic_word_wrapping
set virtualedit=onemore set virtualedit=onemore