From 71365f318d5893c5ee687c035aa9bd047814e757 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Fri, 23 Jun 2023 17:19:12 +0900 Subject: [PATCH] add: nvim: snippet doc --- dotfiles/neovim/luasnippets/satysfi/math.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dotfiles/neovim/luasnippets/satysfi/math.lua b/dotfiles/neovim/luasnippets/satysfi/math.lua index 3cb5a05..770ff01 100644 --- a/dotfiles/neovim/luasnippets/satysfi/math.lua +++ b/dotfiles/neovim/luasnippets/satysfi/math.lua @@ -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 s = ls.snippet local sn = ls.snippet_node