diff --git a/lua/crentist/lazy/obsidian.lua b/lua/crentist/lazy/obsidian.lua index 16a8384..eb07e4d 100644 --- a/lua/crentist/lazy/obsidian.lua +++ b/lua/crentist/lazy/obsidian.lua @@ -6,8 +6,8 @@ return { 'nvim-lua/plenary.nvim', }, keys = { - { 'ot', 'ObsidianToday', desc = "Open today's daily note" }, - { 'os', 'ObsidianQuickSwitch', desc = 'Search notes in my vault and switch to selected' }, + { 'ot', 'Obsidian today', desc = "Open today's daily note" }, + { 'os', 'Obsidian quick_switch', desc = 'Search notes in my vault and switch to selected' }, }, mappings = { -- Overrides the 'gf' mapping to work on markdown/wiki links within your vault. @@ -33,6 +33,7 @@ return { }, }, opts = { + legacy_commands = false, workspaces = { { name = 'tech-work-hobby', @@ -51,7 +52,10 @@ return { completion = { blink = true, nvim_cmp = false, - } + }, + ui = { + enable = false, + }, }, }