aboutsummaryrefslogtreecommitdiff
path: root/experimental/vimrc-minimal
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/vimrc-minimal')
-rw-r--r--experimental/vimrc-minimal16
1 files changed, 16 insertions, 0 deletions
diff --git a/experimental/vimrc-minimal b/experimental/vimrc-minimal
new file mode 100644
index 0000000..96924f0
--- /dev/null
+++ b/experimental/vimrc-minimal
@@ -0,0 +1,16 @@
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
..