embed filetype settings

This commit is contained in:
gmarik
2011-04-10 19:47:55 -05:00
parent fc34371fd0
commit 704a6dee95
4 changed files with 19 additions and 11 deletions

View File

@@ -1 +0,0 @@
syn keyword vimCommand Bundle

View File

@@ -1,10 +0,0 @@
setl hls ro noma ignorecase syntax=vim
syn keyword vimCommand Bundle
nnoremap <buffer> q :wincmd q<CR>
nnoremap <buffer> i :call vundle#scripts#install()<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR>
nnoremap <buffer> R :call vundle#scripts#reload()<CR>