nvim: add proj template

This commit is contained in:
dogeystamp 2023-06-02 19:28:29 -04:00
parent 3c01342287
commit a0fff8846f
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -33,6 +33,14 @@ snippet math_prob "template for math problems" bi
endsnippet
snippet proj "template for project documents" bi
#import "../../templates/proj.typ": template
#show: template.with(
title: "$1",
)
endsnippet
snippet ss "superscript" i
^$1
endsnippet