added neorg
This commit is contained in:
parent
8894b967f8
commit
b33b0eecea
20
lua/plugins/neorg.lua
Normal file
20
lua/plugins/neorg.lua
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
return {
|
||||||
|
'nvim-neorg/neorg',
|
||||||
|
build = ':Neorg sync-parsers',
|
||||||
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||||
|
config = function()
|
||||||
|
require('neorg').setup {
|
||||||
|
load = {
|
||||||
|
['core.defaults'] = {}, -- Loads default behaviour
|
||||||
|
['core.concealer'] = {}, -- Adds pretty icons to your documents
|
||||||
|
['core.dirman'] = { -- Manages Neorg workspaces
|
||||||
|
config = {
|
||||||
|
workspaces = {
|
||||||
|
notes = '~/notes',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user