Implement cache feature

This commit is contained in:
Shougo Matsushita
2014-05-11 17:56:27 +09:00
parent e8b1af724b
commit 8b504f2dd8
3 changed files with 29 additions and 1 deletions

View File

@@ -230,6 +230,13 @@ g:neosnippet#scope_aliases
let g:neosnippet#scope_aliases = {}
let g:neosnippet#scope_aliases['ruby'] = 'ruby,ruby-rails'
g:neosnippet_data_directory *g:neosnippet_data_directory*
Specifies directory for neosnippet cache. If the directory
doesn't exist the directory will be automatically generated.
Default value is expand('~/.cache/neosnippet'); the absolute
path of it.
------------------------------------------------------------------------------
KEY MAPPINGS *neosnippet-key-mappings*