perl command to install vimpyre bundles
This commit is contained in:
@@ -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};'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user