vundle/ftplugin/vundle.vim

11 lines
236 B
VimL
Raw Normal View History

setl hls ro noma ignorecase
set syntax=vim
syn keyword vimCommand Bundle
2011-03-19 15:09:53 -04:00
nnoremap <buffer> i :call vundle#scripts#install()<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR>