nvim: add proj template
This commit is contained in:
parent
3c01342287
commit
a0fff8846f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user