More neorg config

This commit is contained in:
Saeed Afzal
2023-11-27 20:27:10 +00:00
parent 80c35860d5
commit 681bacc06a
2 changed files with 6 additions and 2 deletions

View File

@@ -14,10 +14,13 @@ opt.backup = false
opt.swapfile = false
opt.termguicolors = true
opt.number = true
opt.relativenumber = true
opt.mouse = "a"
opt.hidden = true
opt.scrolloff = 8
opt.conceallevel = 3
-- Indentation
opt.expandtab = true
opt.smartindent = true

View File

@@ -9,8 +9,9 @@ return {
["core.dirman"] = { -- Manages Neorg workspaces
config = {
workspaces = {
notes = "/Users/ghost/Library/Mobile Documents/com~apple~CloudDocs/Neorg"
}
notes = "~/Library/Mobile Documents/com~apple~CloudDocs/Neorg"
},
default_workspace = "notes"
}
}
}