Update neorg directory

This commit is contained in:
Saeed Afzal
2023-12-13 10:44:25 +00:00
parent 4400ad5f21
commit 862d8bb1ec
3 changed files with 2 additions and 3 deletions

View File

@@ -19,8 +19,6 @@ opt.mouse = "a"
opt.hidden = true
opt.scrolloff = 8
opt.conceallevel = 3
-- Indentation
opt.expandtab = true
opt.smartindent = true

View File

@@ -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"
}

View File

@@ -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" }
},