mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
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…
Add table
Add a link
Reference in a new issue