Skip to content

vim-scripts/neocomplcache-snippets_complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=4043


==============================================================================
INTRODUCTION					*neocomplcache-snippets-complete-introduction*

This source analyzes snippet files for completion. The source offer a function
similar with snipMate.vim and snippetsEmu.vim. Because you can search a snippet
with a function of neocomplcache, you may omit trouble to learn.

==============================================================================
EXAMPLES					*neocomplcache-snippets-complete-examples*

" Plugin key-mappings.
imap <C-k>     <Plug>(neocomplcache_snippets_expand)
smap <C-k>     <Plug>(neocomplcache_snippets_expand)
	
" SuperTab like snippets behavior.
"imap <expr><TAB> neocomplcache#sources#snippets_complete#expandable() ?
" \ "\<Plug>(neocomplcache_snippets_expand)" : pumvisible() ? "\<C-n>" : "\<TAB>"
	
" For snippet_complete marker.
if has('conceal')
  set conceallevel=2 concealcursor=i
endif

About

neocomplcache complete snippets source

Resources

Stars

Watchers

Forks

Packages

No packages published