summaryrefslogtreecommitdiffstats
path: root/base/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'base/vim/vimrc')
-rw-r--r--base/vim/vimrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/base/vim/vimrc b/base/vim/vimrc
deleted file mode 100644
index 7e44ed93c..000000000
--- a/base/vim/vimrc
+++ /dev/null
@@ -1,10 +0,0 @@
-" Begin /etc/vimrc
-
-set nocompatible
-set backspace=2
-syntax on
-if (&term == "iterm") || (&term == "putty")
- set background=dark
-endif
-
-" End /etc/vimrc