Files
nvim-config/snippets/org.json
Emma Turner 81bf51764c Add nvim-orgmode, neorg
Lock LazyVim version because of neorg issues
2026-01-28 15:38:34 -07:00

7 lines
114 B
JSON

{
"Org Properties": {
"prefix": "drawer",
"body": [":PROPERTIES:", ":${1:CATEGORY}: $2", ":END:"]
}
}