master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 943f29a165 - Show all commits

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',
@@ -12,13 +15,13 @@ return {
require('neorg').setup { require('neorg').setup {
load = { load = {
['core.defaults'] = {}, -- Loads default behaviour ['core.defaults'] = {}, -- Loads default behaviour
['core.export'] = {}, -- Loads default behaviour ['core.export'] = {}, -- Loads default behaviour
['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 = {
workspaces = { workspaces = {
notes = '~/notes', notes = '~/notes',