diff --git a/init.sh b/init.sh index 70ae2ed..30a84d4 100755 --- a/init.sh +++ b/init.sh @@ -27,8 +27,6 @@ set expandtab " expand tabs by default (overloadable per file set shiftwidth=4 " number of spaces to use for autoindenting set shiftround " use multiple of shiftwidth when indenting with '<' and '>' set backspace=indent,eol,start " allow backspacing over everything in insert mode -set autoindent " always set autoindenting on -set copyindent " copy the previous indentation on autoindenting set number " always show line numbers set ignorecase " ignore case when searching set smartcase " ignore case if search pattern is all lowercase,