mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
parent
300a35b5c7
commit
a16225dd08
@ -4,7 +4,7 @@ let s:sys = SpaceVim#api#import('system')
|
|||||||
|
|
||||||
|
|
||||||
" denite option
|
" denite option
|
||||||
let s:denite_options = get(g:, 'denite_options', {
|
let s:denite_options = {
|
||||||
\ 'default' : {
|
\ 'default' : {
|
||||||
\ 'winheight' : 15,
|
\ 'winheight' : 15,
|
||||||
\ 'mode' : 'insert',
|
\ 'mode' : 'insert',
|
||||||
@ -14,7 +14,7 @@ let s:denite_options = get(g:, 'denite_options', {
|
|||||||
\ 'direction': 'rightbelow',
|
\ 'direction': 'rightbelow',
|
||||||
\ 'statusline' : 'false',
|
\ 'statusline' : 'false',
|
||||||
\ 'prompt' : '➭',
|
\ 'prompt' : '➭',
|
||||||
\ }})
|
\ }}
|
||||||
|
|
||||||
function! s:profile(opts) abort
|
function! s:profile(opts) abort
|
||||||
for fname in keys(a:opts)
|
for fname in keys(a:opts)
|
||||||
|
Loading…
Reference in New Issue
Block a user