add: nvim: snippet doc
This commit is contained in:
parent
794648f24e
commit
71365f318d
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
-- [[
|
||||||
|
-- snippet for greek alphabet and common math-commands
|
||||||
|
--
|
||||||
|
-- all snippets have prefix `;`
|
||||||
|
-- note:
|
||||||
|
-- `@` doesn't work well with satysfi-language-server
|
||||||
|
--
|
||||||
|
-- all snippets work only in math (not in inline_text)
|
||||||
|
-- ]]
|
||||||
|
|
||||||
local ls = require("luasnip")
|
local ls = require("luasnip")
|
||||||
local s = ls.snippet
|
local s = ls.snippet
|
||||||
local sn = ls.snippet_node
|
local sn = ls.snippet_node
|
||||||
|
|
Loading…
Reference in a new issue