chore: Macros and other stuff
This commit is contained in:
parent
6787252633
commit
58aa390f7b
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -3,5 +3,4 @@ vim.wo.number=true
|
|||
vim.wo.relativenumber= true
|
||||
|
||||
--vimtex
|
||||
vim.g.vimtex_compiler_latexmk['build_dir']='./build'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue