perl command to install vimpyre bundles

This commit is contained in:
Bruno Miguel Silva
2012-11-19 11:34:10 +00:00
parent 878e119655
commit ad2403747a
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -10,3 +10,6 @@ vimpyre list_installed
* altercation/vim-colors-solarized
* nvie/vim-flake8
* jistr/vim-nerdtree-tabs
Perl command to install bundle list:
cat README.md | perl -ne '/\* (.*)$/ && print qq{vimpyre install $1\n};'
+1 -2
View File
@@ -56,8 +56,6 @@ nmap <silent> <C-n> :set invrelativenumber<CR>
nmap <silent> <Leader>h :nohlsearch<CR>
nmap <silent> <Leader>b :BufExplorer<CR>
set bg=dark
if has("gui_running")
" set guifont=Monaco:h12
set guifont=Source\ Code\ Pro:h12
@@ -68,6 +66,7 @@ if has("gui_running")
endif
colorscheme default
set bg=dark
"
" BMS maps