plugins.luasnip.fromLua
Load lua snippets with the lua loader. Check https://github.com/L3MON4D3/LuaSnip/blob/master/DOC.md#lua for the necessary file structure.
Type: list of (submodule)
Default:
[ ]
Example:
[
{}
{
paths = ./path/to/snippets;
}
]
Declared by:
plugins.luasnip.fromLua.*.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.fromLua.*.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.fromLua.*.lazyLoad
Whether or not to lazy load the snippets
Type: boolean
Default:
true
Declared by:
plugins.luasnip.fromLua.*.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: