aboutsummaryrefslogtreecommitdiff
path: root/vimrc-minimal
diff options
context:
space:
mode:
authorMax Christian Pohle2018-10-29 18:02:40 +0100
committerMax Christian Pohle2018-10-29 18:02:40 +0100
commiteb2e7959987ebc405c7a03060f259655e13f01d0 (patch)
tree773e2b638c135fb9861567585f4ce82db252df98 /vimrc-minimal
parent6284983fedcbdc54874d6e657047994b292be480 (diff)
downloadvim-eb2e7959987ebc405c7a03060f259655e13f01d0.tar.bz2
vim-eb2e7959987ebc405c7a03060f259655e13f01d0.zip
Further cleaning finally done
Diffstat (limited to 'vimrc-minimal')
-rw-r--r--vimrc-minimal16
1 files changed, 0 insertions, 16 deletions
diff --git a/vimrc-minimal b/vimrc-minimal
deleted file mode 100644
index 96924f0..0000000
--- a/vimrc-minimal
+++ /dev/null
@@ -1,16 +0,0 @@
1set nocompatible
2
3
4filetype plugin indent on
5
6set omnifunc=syntaxcomplete#Complete
7
8syntax on
9
10
11set ts=2 sw=2 expandtab
12
13set ignorecase smartcase
14
15set hidden
16
..