sponsor Vim development Vim logo Vim Book Ad

neocomplcache-snippets_complete : neocomplcache complete snippets source

 script karma  Rating 54/17, Downloaded by 1571  Comments, bugs, improvements  Vim wiki

created by
Shougo Matsushita
 
script type
utility
 
description
* Warning! *

neocomplcache-snippets_complete is obsolute.
neosnippet is available.
https://github.com/Shougo/neosnippet

==============================================================================
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
 
install details
1: Install neocomplcache(https://github.com/Shougo/neocomplcache).
2: Extract the file and put files in your Vim directory
   (usually ~/.vim/ or Program Files/Vim/vimfiles on Windows).
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
neocomplcache-snippets-complete-1.0.zip 2.0 2012-05-03 7.2 Shougo Matsushita Initial upload
ip used for rating: 3.146.105.194

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github