Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago-Assis-T committed Aug 5, 2023
1 parent 66cabcf commit 83e3a3f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lua/plugins/neorg.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
require('neorg').setup({
load = {
['core.defaults'] = {}, -- Loads default behaviour
['core.concealer'] = {}, -- Adds pretty icons to your documents
['core.concealer'] = {
config = {
folds = true,
icon_preset = 'varied',
},
}, -- Adds pretty icons to your documents
['core.dirman'] = { -- Manages Neorg workspaces
config = {
workspaces = {
Expand All @@ -10,5 +15,10 @@ require('neorg').setup({
},
},
},
['core.completion'] = {
config = {
engine = 'nvim-cmp',
},
},
},
})

0 comments on commit 83e3a3f

Please sign in to comment.