From 1db6fc95800d486cdc6a6e5d4a84fb81d53c9ed3 Mon Sep 17 00:00:00 2001 From: Mike Crittenden Date: Mon, 26 Aug 2013 13:06:33 -0400 Subject: [PATCH] use airline instead of powerline, add udiskie and twnm --- vim/.vimrc | 13 ++++++++++--- xorg/.xinitrc | 2 ++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 53f082f..04e7a66 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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' @@ -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. diff --git a/xorg/.xinitrc b/xorg/.xinitrc index 0b5d4cd..8e605b8 100644 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -2,4 +2,6 @@ xmodmap ~/.xmodmaprc xsetroot -cursor_name left_ptr xrdb -merge ~/.Xresources xbindkeys +udiskie & +twmnd & exec spectrwm