1
0
Fork 0
mirror of synced 2025-02-18 06:37:21 -05:00
ultimate-vim/vimrcs/plugins_manager.vim

8 lines
145 B
VimL
Raw Normal View History

set nocompatible
syntax on
filetype off
set rtp+=~/.vim_runtime/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
filetype plugin indent on