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.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user