Update neorg directory
This commit is contained in:
@@ -9,7 +9,7 @@ return {
|
||||
["core.dirman"] = { -- Manages Neorg workspaces
|
||||
config = {
|
||||
workspaces = {
|
||||
notes = "~/Library/Mobile Documents/com~apple~CloudDocs/Neorg"
|
||||
notes = "~/Sync/Neorg"
|
||||
},
|
||||
default_workspace = "notes"
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ local function config()
|
||||
w = { "<cmd>Telescope live_grep<CR>", "Text grep" },
|
||||
s = { "<cmd>Telescope spell_suggest<CR>", "Spell suggest" },
|
||||
t = { "<cmd>TodoTelescope<CR>", "Todos" },
|
||||
b = { "<cmd>Telescope buffers<CR>", "Buffers" },
|
||||
["."] = { "<cmd>Telescope keymaps<CR>", "Keymaps" }
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user