Browse Source

Merge b075f15ec1 into 5548a1a937

pull/490/merge
Jonas Brunsgaard 1 year ago
committed by GitHub
parent
commit
3ead55541f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      README.md

+ 3
- 0
README.md View File

@ -61,6 +61,9 @@
```vim ```vim
set nocompatible " be iMproved, required set nocompatible " be iMproved, required
filetype off " required filetype off " required
" Avoid problems for non-POSIX shell users.
set shell=/bin/sh
" set the runtime path to include Vundle and initialize " set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim set rtp+=~/.vim/bundle/Vundle.vim


Loading…
Cancel
Save