refactor. simple UI to install individual scripts
This commit is contained in:
10
ftplugin/vundle.vim
Normal file
10
ftplugin/vundle.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
setl hls ro noma ignorecase
|
||||
|
||||
set syntax=vim
|
||||
|
||||
syn keyword vimCommand Bundle
|
||||
|
||||
nnoremap <buffer> <silent> <CR> :call vundle#scripts#install()<CR>
|
||||
nnoremap <buffer> s :BundleSearch
|
||||
nnoremap <buffer> c :BundleClean<CR>
|
||||
nnoremap <buffer> C :BundleClean!<CR>
|
||||
Reference in New Issue
Block a user