plugins.luasnip.fromSnipmate
Luasnip does not support the full snipmate format: Only
./{ft}.snippets
and ./{ft}/*.snippets
will be loaded. See
https://github.com/honza/vim-snippets for lots of examples.
Type: list of (submodule)
Default:
[ ]
Example:
[
{ }
{ paths = ./path/to/snippets; }
]
Declared by:
plugins.luasnip.fromSnipmate.*.exclude
List of languages to exclude, by default is empty.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Declared by:
plugins.luasnip.fromSnipmate.*.include
List of languages to include, by default is not set.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Declared by:
plugins.luasnip.fromSnipmate.*.lazyLoad
Whether or not to lazy load the snippets
Type: boolean
Default:
true
Declared by:
plugins.luasnip.fromSnipmate.*.paths
List of paths to load.
Type: null or string or path or raw lua code or list of (string or path or raw lua code)
Default:
null
Declared by: