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

set linebreak by default in Vim

This commit is contained in:
Joe Groocock 2017-11-15 23:49:37 +00:00
parent 4f6330e7a0
commit cc5c1d67ab
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

1
.vimrc
View File

@ -8,6 +8,7 @@ set expandtab
set smarttab
set smartindent
set number
set linebreak
set autoindent
set laststatus=2
set mouse=nicr