mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
add one file to vimrcs making life easier for managing plugins
This commit is contained in:
parent
5e88e2a68c
commit
570010d8f7
7
vimrcs/plugins_manager.vim
Normal file
7
vimrcs/plugins_manager.vim
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
set nocompatible
|
||||||
|
syntax on
|
||||||
|
filetype off
|
||||||
|
set rtp+=~/.vim_runtime/bundle/vundle/
|
||||||
|
call vundle#rc()
|
||||||
|
Bundle 'gmarik/vundle'
|
||||||
|
filetype plugin indent on
|
Loading…
Reference in New Issue
Block a user