Updated doc.
This commit is contained in:
parent
1b34a333a2
commit
e0e5daf241
@ -13,7 +13,7 @@ name.
|
||||
Note: neocomplcache is NOT required! But recommended.
|
||||
|
||||
Extra snippets files are available in:
|
||||
[snipmate-snippets](https://github.com/honza/snipmate-snippets)
|
||||
[vim-snippets](https://github.com/honza/vim-snippets)
|
||||
|
||||
Installation
|
||||
------------
|
||||
@ -95,10 +95,10 @@ endif
|
||||
If you want to use a different collection of snippets than the
|
||||
built-in ones, then you can set a path to the snippets with
|
||||
the `g:neosnippet#snippets_directory` variable (e.g [Honza's
|
||||
Snippets](https://github.com/honza/snipmate-snippets))
|
||||
Snippets](https://github.com/honza/vim-snippets))
|
||||
|
||||
```vim
|
||||
" Tell Neosnippet about the other snippets
|
||||
let g:neosnippet#snippets_directory='~/.vim/bundle/snipmate-snippets/snippets'
|
||||
let g:neosnippet#snippets_directory='~/.vim/bundle/vim-snippets/snippets'
|
||||
```
|
||||
|
||||
|
@ -57,7 +57,7 @@ Note: If you want to complete snippets, you must install neocomplcache
|
||||
Note: neocomplcache is NOT required! But recommended.
|
||||
|
||||
Extra snippets files are available in:
|
||||
https://github.com/honza/snipmate-snippets
|
||||
https://github.com/honza/vim-snippets
|
||||
|
||||
==============================================================================
|
||||
INTERFACE *neosnippet-interface*
|
||||
@ -736,6 +736,7 @@ Note: But you must unmap the mappings in select mode manually.
|
||||
<
|
||||
|
||||
Q: Error using snipmate-snippets
|
||||
Note: snipmate-snippets is currently vim-snippets.
|
||||
https://github.com/Shougo/neosnippet/issues/86
|
||||
|
||||
A: Please try below settings. It defines snipMate function.
|
||||
|
Loading…
Reference in New Issue
Block a user