馃 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 274 B view raw
1{ 2 "init:note": { 3 "prefix": "i:n", 4 "description": "insert note template", 5 "body": [ 6 "#import \"@preview/notes:0.1.0\": article", 7 "", 8 "#show: article.with(", 9 " title: [${1:Title}],", 10 ")", 11 "", 12 "= ${2:title}" 13 ] 14 } 15}