421 current 2024-04-19 00:51:12 24.05.20240418.bc279bb 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta
This commit is contained in:
parent
438805c9c0
commit
96f3c61b38
2 changed files with 24 additions and 3 deletions
|
|
@ -1,4 +1,23 @@
|
|||
return {
|
||||
{ "vhyrro/luarocks.nvim", priority = 1000, config = true },
|
||||
{ "nvim-neorg/neorg", dependencies = { "luarocks.nvim" }, lazy = false, version = "*", config = true },
|
||||
{
|
||||
"nvim-neorg/neorg",
|
||||
dependencies = { "luarocks.nvim" },
|
||||
lazy = false,
|
||||
version = "*",
|
||||
config = function()
|
||||
require("neorg").setup({
|
||||
["core.defaults"] = {},
|
||||
["core.concealer"] = {},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
dev = "~/notes",
|
||||
},
|
||||
index = "index.norg",
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue