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