update pre nchad
This commit is contained in:
parent
0ae1cf0a07
commit
e23eec9c6e
8 changed files with 219 additions and 33 deletions
18
lua/custom/plugins/neorg.lua
Normal file
18
lua/custom/plugins/neorg.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
"nvim-neorg/neorg",
|
||||
build = ":Neorg sync-parsers",
|
||||
opts = {
|
||||
load = {
|
||||
["core.defaults"] = {}, -- Loads default behaviour
|
||||
["core.norg.concealer"] = {}, -- Adds pretty icons to your documents
|
||||
["core.norg.dirman"] = { -- Manages Neorg workspaces
|
||||
config = {
|
||||
workspaces = {
|
||||
notes = "~/notes",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
dependencies = { { "nvim-lua/plenary.nvim" } },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue