From 0fcd752c171163ccf4b4257f07bf55a503cf1a05 Mon Sep 17 00:00:00 2001 From: Les Vegetables Date: Tue, 20 Nov 2018 19:42:43 -0800 Subject: [PATCH] remove auto indent. fix weird intent when pasting. --- init.sh | 2 -- 1 file changed, 2 deletions(-) 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,