diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-22 22:05:00 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-22 22:05:00 +0800 |
| commit | 247bb91e673b1be75b7d25a8cea9cfed9be86b9e (patch) | |
| tree | 74ac0042400e05c70643e55b391f2fe79fb94caf | |
| parent | d421ed2703d82912ec44e112161e967f938ea674 (diff) | |
update wilder.nvim conf
| -rw-r--r-- | core/plugins.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 674a8be..5832b1c 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -481,7 +481,8 @@ nnoremap <leader>dp :<C-U>GdbStartPDB python -m pdb %<CR> """"""""""""""""""""""""""""""wilder.nvim settings"""""""""""""""""""""""""""""" augroup wilder_init autocmd! - autocmd CmdlineEnter * ++once call s:wilder_init() + " CursorHold is suggested here: https: //github.com/gelguy/wilder.nvim/issues/89#issuecomment-934465957. + autocmd CursorHold * ++once call s:wilder_init() augroup END function! s:wilder_init() abort |
