Add the example
This commit is contained in:
parent
382f68dbd0
commit
af6e74863a
@ -388,6 +388,11 @@ EXAMPLES *neosnippet-examples*
|
|||||||
" Enable snipMate compatibility feature.
|
" Enable snipMate compatibility feature.
|
||||||
" let g:neosnippet#enable_snipmate_compatibility = 1
|
" let g:neosnippet#enable_snipmate_compatibility = 1
|
||||||
|
|
||||||
|
" Expand the completed snippet trigger by <CR>.
|
||||||
|
"imap <expr><CR>
|
||||||
|
"\ (pumvisible() && neosnippet#expandable()) ?
|
||||||
|
"\ "\<Plug>(neosnippet_expand)" : "\<CR>"
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
SNIPPET SYNTAX *neosnippet-snippet-syntax*
|
SNIPPET SYNTAX *neosnippet-snippet-syntax*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user