diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 103e1d5..5fee4ed 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -60,8 +60,10 @@ Default snippets files are available in neosnippet-snippets. https://github.com/Shougo/neosnippet-snippets Note: Installing the default snippets is optional. If you choose not to install -them, you must disable finding snippets by giving 1 to -|g:neosnippet#disable_runtime_snippets|. +them, you must set |g:neosnippet#disable_runtime_snippets|. > + let g:neosnippet#disable_runtime_snippets = { + \ '_' : 1, + \ } Extra snippets files are also available. e.g.: https://github.com/honza/vim-snippets