Update
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Has been cancelled
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Has been cancelled
This commit is contained in:
@@ -6,6 +6,14 @@ snippet <> "Add sharp brackets"
|
||||
⟨$1⟩$0
|
||||
endsnippet
|
||||
|
||||
snippet | "dvd"
|
||||
∣
|
||||
endsnippet
|
||||
|
||||
snippet () "Braces"
|
||||
($1)$0
|
||||
endsnippet
|
||||
|
||||
# Mengen
|
||||
snippet N "Natural number"
|
||||
ℕ
|
||||
@@ -15,6 +23,9 @@ snippet Z "Whole numbers"
|
||||
ℤ
|
||||
endsnippet
|
||||
|
||||
snippet R "Real"
|
||||
ℝ
|
||||
endsnippet
|
||||
|
||||
# Quantoren
|
||||
snippet E "Exists"
|
||||
|
||||
Reference in New Issue
Block a user