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

2
lua/plugins/lazyvim.lua Normal file
View File

@@ -0,0 +1,2 @@
-- Pin LazyVim to version 14 until neorg fixes their tree-sitter parser
return { "LazyVim", version = "14" }