wsl: reenable neorg

This commit is contained in:
Christoph J. Scherr 2023-09-14 16:29:37 +02:00
parent 88fff2db67
commit a417de5776
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
return { return {
{ {
"nvim-neorg/neorg", "nvim-neorg/neorg",
enabled = false, enabled = true,
lazy = true, lazy = true,
build = ":Neorg sync-parsers", build = ":Neorg sync-parsers",
dependencies = { "nvim-lua/plenary.nvim" }, dependencies = { "nvim-lua/plenary.nvim" },