.vimrc: Remove paste setting

The `expandtab` help says that it doesn't work when `paste` is ena-
bled! No wonder my shift width and stuff wasn't working all these
years.
This commit is contained in:
Alan Orth 2017-03-19 19:53:35 +02:00
parent 667c06b721
commit 143304436a
1 changed files with 0 additions and 1 deletions

1
.vimrc
View File

@ -5,7 +5,6 @@ set sw=4
set bs=2
set bg=dark
set incsearch
set paste
set wildmode=longest,list " change filename autocomplete to be more like bash
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg
syntax on