Remove airline separator.

This commit is contained in:
Ryan Cavicchioni 2013-10-21 22:25:29 -05:00
parent 7a77e2eb01
commit 7bfe3a328c

View File

@ -155,6 +155,10 @@ filetype plugin indent on
" Force hash comments to retain their indentation level.
inoremap # X#
" Configure airline
let g:airline_left_sep=''
let g:airline_right_sep=''
" If it exists, include user's local vim config
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local