1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

fix(deoplete): fix deoplete for git-commit

This commit is contained in:
wsdjeg 2022-10-27 18:12:34 +08:00
parent a6c5d56311
commit f0bdb8a20e

View File

@ -79,7 +79,7 @@ endif
" gitcommit
call deoplete#custom#var('omni', 'input_patterns', {
\ 'gitcommit': [
\ 'git-commit': [
\ '[ ]#[ 0-9a-zA-Z]*',
\ ],
\})