1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vim: visually indent wrapped lines

This commit is contained in:
Joe Groocock 2018-03-31 13:44:42 +01:00
parent 0b8c2e718d
commit 92542e8cf0
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -18,6 +18,7 @@ set smartindent
set number
set linebreak
set autoindent
set breakindent
set laststatus=2
set encoding=utf-8
set background=dark