More neorg config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user