aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc.symlink
diff options
context:
space:
mode:
authorCamil Staps2016-04-20 08:41:07 +0200
committerCamil Staps2016-11-30 19:11:42 +0100
commitec98703e4449529a59ac0549a2ed1182e793feeb (patch)
treea6a4438b9e368aa4e563b99744e32a1a9b9fe4d5 /vim/vimrc.symlink
parentfix some errors in setbg-texample; not all (diff)
Spaces are evil
Diffstat (limited to 'vim/vimrc.symlink')
-rw-r--r--vim/vimrc.symlink3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink
index 56d018a..6e89276 100644
--- a/vim/vimrc.symlink
+++ b/vim/vimrc.symlink
@@ -39,7 +39,8 @@ filetype plugin indent on " required
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
-set tabstop=4 shiftwidth=4 expandtab
+set tabstop=4 shiftwidth=4
+set cc=80
set linebreak
set nu
set dir=~/swp