Merge pull request #206 from kikito/runtime-snippets-doc
Runtime snippets doc
This commit is contained in:
commit
e127812718
21
README.md
21
README.md
@ -11,17 +11,6 @@ snipMate.vim or snippetsEmu.vim. But since you can choose snippets with the
|
|||||||
have less trouble using them, because you do not have to remember each snippet
|
have less trouble using them, because you do not have to remember each snippet
|
||||||
name.
|
name.
|
||||||
|
|
||||||
Note: Default snippets are required! You must install them or disable runtime
|
|
||||||
snippets by `g:neosnippet#disable_runtime_snippets`.
|
|
||||||
|
|
||||||
Default snippets files are available in:
|
|
||||||
[neosnippet-snippets](https://github.com/Shougo/neosnippet-snippets)
|
|
||||||
|
|
||||||
Note: neocomplcache/neocomplete is NOT required! But recommended.
|
|
||||||
|
|
||||||
Extra snippets files are available in:
|
|
||||||
[vim-snippets](https://github.com/honza/vim-snippets)
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@ -29,6 +18,16 @@ To install neosnippet and other Vim plug-ins it is recommended to use one of the
|
|||||||
popular package managers for Vim, rather than installing by drag and drop all
|
popular package managers for Vim, rather than installing by drag and drop all
|
||||||
required files into your `.vim` folder.
|
required files into your `.vim` folder.
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
* Default snippets files are available in:
|
||||||
|
[neosnippet-snippets](https://github.com/Shougo/neosnippet-snippets)
|
||||||
|
* Installing default snippets is optional. If choose not to install them,
|
||||||
|
you must deactivate them with `g:neosnippet#disable_runtime_snippets`.
|
||||||
|
* neocomplcache/neocomplete is not required to use neosnippet, but it's highly recommended.
|
||||||
|
* Extra snippets files can be found in:
|
||||||
|
[vim-snippets](https://github.com/honza/vim-snippets).
|
||||||
|
|
||||||
### Manual (not recommended)
|
### Manual (not recommended)
|
||||||
|
|
||||||
1. Install the
|
1. Install the
|
||||||
|
@ -52,15 +52,14 @@ INSTALL *neosnippet-install*
|
|||||||
|
|
||||||
Note: If you want to complete snippets, you must install neocomplcache
|
Note: If you want to complete snippets, you must install neocomplcache
|
||||||
(https://github.com/Shougo/neocomplcache.vim) or
|
(https://github.com/Shougo/neocomplcache.vim) or
|
||||||
neocomplete(https://github.com/Shougo/neocomplete.vim).
|
neocomplete(https://github.com/Shougo/neocomplete.vim). It's not required,
|
||||||
|
but highly recommended.
|
||||||
Note: Default snippets are required! You must install them or disable runtime
|
|
||||||
snippets by |g:neosnippet#disable_runtime_snippets|.
|
|
||||||
|
|
||||||
Default snippets files are available in:
|
Default snippets files are available in:
|
||||||
https://github.com/Shougo/neosnippet-snippets
|
https://github.com/Shougo/neosnippet-snippets
|
||||||
|
|
||||||
Note: neocomplcache or neocomplete is NOT required! But recommended.
|
Note: Installing the default snippets is optional. If you choose not to install
|
||||||
|
them, you must disable them by |g:neosnippet#disable_runtime_snippets|.
|
||||||
|
|
||||||
Extra snippets files are available in:
|
Extra snippets files are available in:
|
||||||
https://github.com/honza/vim-snippets
|
https://github.com/honza/vim-snippets
|
||||||
|
Loading…
Reference in New Issue
Block a user