Remove airline separator.
This commit is contained in:
@ -155,6 +155,10 @@ filetype plugin indent on
|
|||||||
" Force hash comments to retain their indentation level.
|
" Force hash comments to retain their indentation level.
|
||||||
inoremap # X#
|
inoremap # X#
|
||||||
|
|
||||||
|
" Configure airline
|
||||||
|
let g:airline_left_sep=''
|
||||||
|
let g:airline_right_sep=''
|
||||||
|
|
||||||
" If it exists, include user's local vim config
|
" If it exists, include user's local vim config
|
||||||
if filereadable(expand("~/.vimrc.local"))
|
if filereadable(expand("~/.vimrc.local"))
|
||||||
source ~/.vimrc.local
|
source ~/.vimrc.local
|
||||||
|
Reference in New Issue
Block a user