vim: linebreak
This commit is contained in:
parent
593a61d43a
commit
28b240c1f0
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -43,6 +43,7 @@ set showcmd " Show (partial) command in status line.
|
|||
set showbreak=+++
|
||||
set textwidth=100
|
||||
set autoindent
|
||||
set wrap linebreak "https://vim.fandom.com/wiki/Automatic_word_wrapping
|
||||
set virtualedit=onemore
|
||||
set showmatch " When a bracket is inserted, briefly jump to the matching
|
||||
" one. The jump is only done if the match can be seen on the
|
||||
|
|
Loading…
Reference in a new issue