File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ VSCode(LSP)'s snippet feature in vim/nvim.
23
23
- [ vimcomplete] ( https://github.com/girishji/vimcomplete )
24
24
- [ ddc.vim] ( https://github.com/Shougo/ddc.vim )
25
25
- [ vim-easycompletion] ( https://github.com/jayli/vim-easycomplete )
26
+ - Support built-in completion
27
+ - A function can be registered for finding completions.
28
+ ` set complete+=Fvsnip#completefunc `
26
29
- Vim script interpolation
27
30
- You can use Vim script interpolation as ` ${VIM:...Vim script expression...} ` .
28
31
- SnipMate-like syntax support
Original file line number Diff line number Diff line change @@ -117,7 +117,12 @@ FUNCTION *vsnip-function*
117
117
118
118
Register your own custom variable resolver.
119
119
120
+ vsnip#completefunc()
120
121
122
+ Register for finding completions.
123
+ >
124
+ set complete+=Fvsnip#completefunc
125
+ <
121
126
122
127
==============================================================================
123
128
MAPPING *vsnip-mapping*
You can’t perform that action at this time.
0 commit comments