chore: Macros and other stuff

This commit is contained in:
Afonso Franco 2022-10-21 17:44:35 +01:00
parent 6787252633
commit 58aa390f7b
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 8 additions and 1 deletions

View file

@ -33,4 +33,12 @@ snippet split "Add CP split"
\langle $1 \rangle
endsnippet
snippet diagram "Create diagram template"
\xymatrix{
$1
}
endsnippet
snippet arrow "Create arrow in diagram"
\ar[${1:direction}]^{${2:functions}}
endsnippet

View file

@ -3,5 +3,4 @@ vim.wo.number=true
vim.wo.relativenumber= true
--vimtex
vim.g.vimtex_compiler_latexmk['build_dir']='./build'