mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
add norg
This commit is contained in:
18
lua/custom/plugins/norg.lua
Normal file
18
lua/custom/plugins/norg.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' } },
|
||||
}
|
||||
Reference in New Issue
Block a user