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