mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
8 lines
145 B
VimL
8 lines
145 B
VimL
set nocompatible
|
|
syntax on
|
|
filetype off
|
|
set rtp+=~/.vim_runtime/bundle/vundle/
|
|
call vundle#rc()
|
|
Bundle 'gmarik/vundle'
|
|
filetype plugin indent on
|