From 8b72368a38e3256cf9ad876b6edfa5f7b2b23854 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Fri, 9 Nov 2018 12:47:00 +0100 Subject: [PATCH] Nicer line breaks. --- vim/.vim/vimrc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 2493aff..54b6fbb 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -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="↳"