Skip to content

Commit

Permalink
use airline instead of powerline, add udiskie and twnm
Browse files Browse the repository at this point in the history
  • Loading branch information
crittermike committed Aug 26, 2013
1 parent d38a533 commit 1db6fc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 10 additions & 3 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Bundle 'scrooloose/nerdcommenter'
Bundle 'scrooloose/syntastic'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'altercation/vim-colors-solarized'
Bundle 'Lokaltog/vim-powerline'
Bundle 'bling/vim-airline'
Bundle 'chrisbra/NrrwRgn'
Bundle 'mileszs/ack.vim'
Bundle 'mattn/webapi-vim'
Expand All @@ -34,9 +34,16 @@ filetype plugin on
" Use vim defaults.
set nocompatible

" A couple options to make vim-powerline work correctly.
" A couple options to make vim-airline work correctly.
let g:airline_right_sep=''
let g:airline_left_sep=''
let g:airline_enable_branch=1
let g:airline_branch_empty_message=''
let g:airline_enable_syntastic=1
let g:airline_detect_modified=1
let g:airline_detect_paste=1
let g:airline_powerline_fonts=0
set laststatus=2
let g:Powerline_symbols = 'compatible'

" Tabs, Spaces and Indentation.
set expandtab " Use spaces for tabs.
Expand Down
2 changes: 2 additions & 0 deletions xorg/.xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ xmodmap ~/.xmodmaprc
xsetroot -cursor_name left_ptr
xrdb -merge ~/.Xresources
xbindkeys
udiskie &
twmnd &
exec spectrwm

0 comments on commit 1db6fc9

Please sign in to comment.