summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/chemistry.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-06-12 08:29:20 +0200
committerNanderty <psopka@sopka.ch>2023-06-12 08:29:20 +0200
commit52cd974b95bb59f6500426fe020a2983dc0d37eb (patch)
treec07b678734fb9827064990820a69c220f1fcdf82 /lua/Snippets/tex/chemistry.lua
parentcac321dd2ef6ca545fdca5545e26048ecff3dfa9 (diff)
downloadneovim-config-52cd974b95bb59f6500426fe020a2983dc0d37eb.tar.gz
neovim-config-52cd974b95bb59f6500426fe020a2983dc0d37eb.tar.bz2
neovim-config-52cd974b95bb59f6500426fe020a2983dc0d37eb.zip
Snippets und Verbesserungen
Diffstat (limited to 'lua/Snippets/tex/chemistry.lua')
-rw-r--r--lua/Snippets/tex/chemistry.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/Snippets/tex/chemistry.lua b/lua/Snippets/tex/chemistry.lua
index a75536f..3ae0e9d 100644
--- a/lua/Snippets/tex/chemistry.lua
+++ b/lua/Snippets/tex/chemistry.lua
@@ -22,14 +22,4 @@ return {
}
)
),
-
- s({ trig = 'chrg', snippetType = 'autosnippet' },
- fmta(
- '\\charge{<>}{<>}',
- {
- i(1),
- i(2),
- }
- )
- ),
}