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.*.lazyLoad

Whether or not to lazy load the snippets

Type: boolean

Default: true

Declared by:

plugins.luasnip.fromLua.*.paths

Paths with snippets specified with native lua

Plugin default: ``

Type: null or null or string or path or raw lua code or list of (string or path or raw lua code)

Default: null

Declared by: