diff options
| author | Max Christian Pohle | 2017-03-18 22:41:44 +0100 | 
|---|---|---|
| committer | Max Christian Pohle | 2017-03-18 22:41:44 +0100 | 
| commit | 4cf297f745fadb3c82f579cf32ce7dd9b5164820 (patch) | |
| tree | 0b2c76086f61406be01d2b2001c5f762c275cbc4 /vimrc-minimal | |
| parent | f53a1526417493746d771f6243f30ba62ef7438c (diff) | |
| download | vim-karlmarks-4cf297f745fadb3c82f579cf32ce7dd9b5164820.tar.bz2 vim-karlmarks-4cf297f745fadb3c82f579cf32ce7dd9b5164820.zip  | |
Minimal configuration added
Diffstat (limited to 'vimrc-minimal')
| -rw-r--r-- | vimrc-minimal | 16 | 
1 files changed, 16 insertions, 0 deletions
diff --git a/vimrc-minimal b/vimrc-minimal new file mode 100644 index 0000000..96924f0 --- /dev/null +++ b/vimrc-minimal  | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | set nocompatible | ||
| 2 | |||
| 3 | |||
| 4 | filetype plugin indent on | ||
| 5 | |||
| 6 | set omnifunc=syntaxcomplete#Complete | ||
| 7 | |||
| 8 | syntax on | ||
| 9 | |||
| 10 | |||
| 11 | set ts=2 sw=2 expandtab | ||
| 12 | |||
| 13 | set ignorecase smartcase | ||
| 14 | |||
| 15 | set hidden | ||
| 16 | |||
