mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-26 11:37:13 +08:00
[adopt] vim-themis
This commit is contained in:
28
test/.themisrc
Normal file
28
test/.themisrc
Normal file
@@ -0,0 +1,28 @@
|
||||
let s:helper = themis#helper('assert')
|
||||
let s:deps = themis#helper('deps')
|
||||
|
||||
call themis#helper('command').with(s:helper)
|
||||
call s:deps.git('vim-airline/vim-airline-themes')
|
||||
call s:deps.git('tomasr/molokai')
|
||||
|
||||
function! MyFuncref(...)
|
||||
call a:1.add_raw('hello world')
|
||||
return 1
|
||||
endfunction
|
||||
|
||||
function! MyIgnoreFuncref(...)
|
||||
return -1
|
||||
endfunction
|
||||
|
||||
function! MyAppend1(...)
|
||||
call a:1.add_raw('hello')
|
||||
endfunction
|
||||
|
||||
function! MyAppend2(...)
|
||||
call a:1.add_raw('world')
|
||||
endfunction
|
||||
|
||||
let g:airline#extensions#default#layout = [
|
||||
\ [ 'c', 'a', 'b', 'warning' ],
|
||||
\ [ 'x', 'z', 'y' ]
|
||||
\ ]
|
||||
Reference in New Issue
Block a user