feat(nvim): remove neorg

main
mandlm 2024-07-29 08:22:43 +02:00
parent 61e21a8720
commit aaf401c32c
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
2 changed files with 0 additions and 21 deletions

View File

@ -89,10 +89,6 @@
nvim-dap nvim-dap
nvim-dap-ui nvim-dap-ui
# neorg
neorg
neorg-telescope
# vim-wiki # vim-wiki
vimwiki vimwiki
]; ];
@ -167,7 +163,6 @@
${builtins.readFile ./project-nvim.lua } ${builtins.readFile ./project-nvim.lua }
${builtins.readFile ./dap.lua } ${builtins.readFile ./dap.lua }
${builtins.readFile ./neorg.lua }
${builtins.readFile ./illuminate.lua } ${builtins.readFile ./illuminate.lua }
${builtins.readFile ./wilder.lua } ${builtins.readFile ./wilder.lua }

View File

@ -1,16 +0,0 @@
local neorg = require("neorg")
neorg.setup({
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/notes",
},
default_workspace = "notes",
},
},
}
})