More neorg config
This commit is contained in:
@@ -14,10 +14,13 @@ opt.backup = false
|
|||||||
opt.swapfile = false
|
opt.swapfile = false
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
opt.number = true
|
opt.number = true
|
||||||
|
opt.relativenumber = true
|
||||||
opt.mouse = "a"
|
opt.mouse = "a"
|
||||||
opt.hidden = true
|
opt.hidden = true
|
||||||
opt.scrolloff = 8
|
opt.scrolloff = 8
|
||||||
|
|
||||||
|
opt.conceallevel = 3
|
||||||
|
|
||||||
-- Indentation
|
-- Indentation
|
||||||
opt.expandtab = true
|
opt.expandtab = true
|
||||||
opt.smartindent = true
|
opt.smartindent = true
|
||||||
|
|||||||
@@ -9,8 +9,9 @@ return {
|
|||||||
["core.dirman"] = { -- Manages Neorg workspaces
|
["core.dirman"] = { -- Manages Neorg workspaces
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
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