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:
@@ -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="↳"
|
||||
|
||||
Reference in New Issue
Block a user