spacevim/config/plugins_before/neco-vim.vim

6 lines
159 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
if !exists('g:necovim#complete_functions')
let g:necovim#complete_functions = {}
endif
let g:necovim#complete_functions.Ref =
\ 'ref#complete'