vim-airline plugin updated

This commit is contained in:
2016-02-12 15:09:04 +01:00
parent a24e135f5e
commit 0262f67bdb
2 changed files with 5 additions and 4 deletions

6
irbrc
View File

@@ -10,10 +10,10 @@ IRB.conf[:HISTORY_FILE] = File.expand_path('~/.irb_history')
# Automatic Indentation
IRB.conf[:AUTO_INDENT] = true
# Load the readline module.
IRB.conf[:USE_READLINE] = true
# Remove the annoying irb(main):001:0 and replace with >>
IRB.conf[:PROMPT_MODE] = :SIMPLE
@@ -32,7 +32,7 @@ end
## Enable wirble
#require 'wirble'
#Wirble.init
#
#
## Enable colored output
#Wirble.colorize

3
vimrc
View File

@@ -16,7 +16,6 @@ call vundle#begin()
Plugin 'gmarik/Vundle.vim'
" my plugins
Plugin 'bling/vim-airline'
Plugin 'danro/rename.vim'
Plugin 'elixir-lang/vim-elixir'
Plugin 'ervandew/supertab'
@@ -42,6 +41,8 @@ Plugin 'tpope/vim-haml'
Plugin 'tpope/vim-rails'
Plugin 'tpope/vim-surround'
Plugin 'vimwiki/vimwiki'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'vim-ruby/vim-ruby'
Plugin 'vim-scripts/tComment'