neocomplcache-snippets_complete : neocomplcache complete snippets source
script karma |
Rating 54/17,
Downloaded by 1638 |
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). |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|