Function to use when checking if a snippet is active.

Type: null or raw lua code

Default: null

Plugin default: lib.nixvim.mkRaw "function(filter) return vim.snippet.active(filter) end"

Declared by:

Function to use when expanding LSP provided snippets.

Type: null or raw lua code

Default: null

Plugin default: lib.nixvim.mkRaw "function(snippet) vim.snippet.expand(snippet) end"

Declared by:

Function to use when jumping between tab stops in a snippet, where direction can be negative or positive.

Type: null or raw lua code

Default: null

Plugin default: lib.nixvim.mkRaw "function(direction) vim.snippet.jump(direction) end"

Declared by: