wsl: reenable neorg

This commit is contained in:
Christoph J. Scherr 2023-09-14 16:29:37 +02:00 committed by PlexSheep
parent 390c02ac9b
commit 285664e93a
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" },