neorg tweaks

This commit is contained in:
Oliver Hartmann 2023-11-30 20:13:36 +01:00
parent 34b7cd6167
commit 943f29a165

View File

@ -4,7 +4,10 @@ return {
branch = 'main',
dependencies = {
'nvim-lua/plenary.nvim',
'nvim-neorg/neorg-telescope'
{
'nvim-neorg/neorg-telescope',
branch = 'main'
}
},
ft = 'norg',
cmd = 'Neorg',
@ -16,7 +19,7 @@ return {
['core.concealer'] = {}, -- Adds pretty icons to your documents
['core.completion'] = {
config = {
engine = 'nvim-cmp'}
engine = 'nvim-cmp' }
}, -- Adds pretty icons to your documents
['core.dirman'] = { -- Manages Neorg workspaces
config = {