1
Fork 0

Change a few abbreviations

This commit is contained in:
Matei Adriel 2024-01-28 16:00:03 +01:00
parent 5074472017
commit bf1cea1f44
No known key found for this signature in database
4 changed files with 45 additions and 28 deletions
home/features/neovim/config/lua/my/abbreviations

View file

@ -111,19 +111,20 @@ M.unicode = {
{ "Theta", "Θ" },
{ "iota", "ι" },
{ "kappa", "κ" },
{ "lambda", "λ" },
{ "Lambda", "Λ" },
{ "lam", "λ" },
{ "Lam", "Λ" },
{ "mu", "μ" },
{ "nu", "ν" },
{ "xi", "ξ" },
{ "pi", "π" },
{ "Pi", "" },
{ "rho", "ρ" },
{ "sigma", "ς" },
{ "sigma", "σ" },
{ "Sigma", "Σ" },
{ "tau", "τ" },
{ "upsilon", "υ" },
{ "phi", "ϕ" },
{ "ophi", "φ" }, -- open phi?
{ "Phi", "Φ" },
{ "chi", "χ" },
{ "psi", "ψ" },
@ -133,10 +134,13 @@ M.unicode = {
-- }}}
-- {{{ Common symbols
{ "iinf", "" },
{ "niinf", "-∞" },
{ "star", "" },
{ "nabla", "" },
{ "diamond", "" },
{ "tto", "" },
{ "ttoo", "" },
{ "mapto", "" },
-- }}}
-- {{{ Brackets
{ "langle", "" },