aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fbba6784..15ed5fa8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -12,10 +12,6 @@ if has("autocmd")
filetype indent on
endif
-" Backups
-set backup
-set backupdir=$HOME/.vim/backup,/tmp
-
" Colors
if has("syntax")
syntax enable
@@ -78,22 +74,12 @@ endif
set splitbelow
set splitright
-" Swapfile
-set swapfile
-set directory=$HOME/.vim/swap,/tmp
-
" Typos
command WQ wq
command Wq wq
command W w
command Q q
-" Undo
-if has("persistent_undo")
- set undofile
- set undodir=$HOME/.vim/undo,/tmp
-endif
-
" Whitespace
set expandtab
set nojoinspaces