Implement cache feature
This commit is contained in:
@@ -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*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user