Set up conform.nvim
This commit is contained in:
parent
445c5965c6
commit
e6f397f4be
11 changed files with 68 additions and 77 deletions
home/features/neovim/config/lua/my/abbreviations
|
@ -6,7 +6,10 @@ local M = {}
|
|||
M.unicode = {
|
||||
-- {{{ Logic
|
||||
{ "frl", "∀" }, -- [f]o[r]al[l]
|
||||
{ "exs", "∃" }, -- [e][x]ist[s]
|
||||
|
||||
|
||||
|
||||
{ "exs", "∃" }, -- [e][x]ist[s]
|
||||
{ "land", "∧" }, -- [l]ogical [and]
|
||||
{ "Land", "⋀" }, -- arbitrary [l]ogical [and]
|
||||
{ "lor", "∨" }, -- [l]ogical [or]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue