1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Nicer line breaks.

This commit is contained in:
2018-11-09 12:47:00 +01:00
parent bc71b80687
commit 8b72368a38

View File

@@ -1,5 +1,7 @@
execute pathogen#infect()
scriptencoding utf-8
filetype plugin indent on
filetype plugin on
syntax on
@@ -72,3 +74,12 @@ set titleold=""
" Fix an issue with the indentLine plugin.
let g:indentLine_concealcursor='nc'
" Make sure we use the expected clipboard
set clipboard=unnamedplus
" Configure line breaking
set linebreak
set breakindent
set breakindentopt=min:0,shift:4,sbr
set showbreak="↳"