diff options
| author | jdhao <jdhao@hotmail.com> | 2022-01-07 00:40:14 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-01-07 00:40:14 +0800 |
| commit | d02fd0a69d6b8ce3c6ad573f59aec0e696c78247 (patch) | |
| tree | ffa8a74db23f6bfdb091fd52eb79346e641729ab /core/plugins.vim | |
| parent | 980fd531a8809fec3aa620870442fabc40728daf (diff) | |
fix: link is broken for wilder.nvim
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 7775d01..9fc5226 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -387,7 +387,7 @@ nnoremap <leader>dp :<C-U>GdbStartPDB python -m pdb %<CR> """"""""""""""""""""""""""""""wilder.nvim settings"""""""""""""""""""""""""""""" augroup wilder_init autocmd! - " CursorHold is suggested here: https: //github.com/gelguy/wilder.nvim/issues/89#issuecomment-934465957. + " CursorHold is suggested here: https://github.com/gelguy/wilder.nvim/issues/89#issuecomment-934465957. autocmd CursorHold * ++once call s:wilder_init() augroup END |
