Add nvim-orgmode, neorg

Lock LazyVim version because of neorg issues
This commit is contained in:
Emma Turner
2026-01-28 15:38:34 -07:00
parent dc18881a6d
commit 81bf51764c
7 changed files with 145 additions and 0 deletions

6
snippets/org.json Normal file
View File

@@ -0,0 +1,6 @@
{
"Org Properties": {
"prefix": "drawer",
"body": [":PROPERTIES:", ":${1:CATEGORY}: $2", ":END:"]
}
}