mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-02 23:03:40 +08:00
Atomic theme: don't define section z
This commit is contained in:
parent
40c3910ff6
commit
d83846788c
|
@ -7,7 +7,7 @@
|
||||||
"
|
"
|
||||||
"----------------------------------------------------------------
|
"----------------------------------------------------------------
|
||||||
" Theme : Atomic
|
" Theme : Atomic
|
||||||
" Version : 2.0.0
|
" Version : 2.1.0
|
||||||
" License : MIT
|
" License : MIT
|
||||||
" Author : Gerard Bajona
|
" Author : Gerard Bajona
|
||||||
" URL : https://github.com/gerardbm/atomic
|
" URL : https://github.com/gerardbm/atomic
|
||||||
|
@ -71,8 +71,6 @@ function! airline#themes#atomic#refresh()
|
||||||
" Settings
|
" Settings
|
||||||
let g:airline_symbols.paste = 'Ξ'
|
let g:airline_symbols.paste = 'Ξ'
|
||||||
let g:airline_symbols.spell = 'S'
|
let g:airline_symbols.spell = 'S'
|
||||||
let g:airline_section_z = airline#section#create(['--%1p%%-- ',
|
|
||||||
\ '%#__accent_bold#%l%#__restore__#', ':%c'])
|
|
||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user