Remove airline separator.
This commit is contained in:
parent
7a77e2eb01
commit
7bfe3a328c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user