mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Nicer line breaks.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
|
|
||||||
|
scriptencoding utf-8
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
syntax on
|
syntax on
|
||||||
@@ -72,3 +74,12 @@ set titleold=""
|
|||||||
|
|
||||||
" Fix an issue with the indentLine plugin.
|
" Fix an issue with the indentLine plugin.
|
||||||
let g:indentLine_concealcursor='nc'
|
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