Nvim: enable neorg properly
This commit is contained in:
18
.config/nvim/lua/plugins/neorg.lua
Normal file
18
.config/nvim/lua/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.concealer"] = {}, -- Adds pretty icons to your documents
|
||||
["core.dirman"] = { -- Manages Neorg workspaces
|
||||
config = {
|
||||
workspaces = {
|
||||
notes = "~/notes",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
dependencies = { { "nvim-lua/plenary.nvim" } },
|
||||
}
|
||||
Reference in New Issue
Block a user