diff options
author | makefu <root@pigstarter.de> | 2014-01-20 22:45:54 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-01-20 22:49:05 +0100 |
commit | a774db6b3d89a106689fb1365f65b4a49c2dedec (patch) | |
tree | 9217f4d0b901d963a294aca44c5e9bc82ea6b789 /ship/lib/vim | |
parent | b0cedd7f9745902e462a91aac7a34de8f3798c27 (diff) |
ship fix typo
Diffstat (limited to 'ship/lib/vim')
-rw-r--r-- | ship/lib/vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ship/lib/vim b/ship/lib/vim index de1ec5b0..43173585 100644 --- a/ship/lib/vim +++ b/ship/lib/vim @@ -3,6 +3,7 @@ vimrc=$HOME/.vimrc vim_conf_sane_defaults(){ + # TODO - make stuff more modular? cat >>$vimrc<<EOF set nocompatible filetype plugin indent on @@ -34,4 +35,5 @@ set autoindent set backspace=indent,eol,start set nocp EOF + mkdir -p $HOME/.vim/backup } |