From ecbd27842aa9fb21d790de0baa4ef080f1ad1e17 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 15 Mar 2024 19:50:58 +0100 Subject: [PATCH] fix(nvim): remove deprecated properties --- nvim/lua/plugins/obsidian.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/nvim/lua/plugins/obsidian.lua b/nvim/lua/plugins/obsidian.lua index 108024f..2903e73 100644 --- a/nvim/lua/plugins/obsidian.lua +++ b/nvim/lua/plugins/obsidian.lua @@ -34,9 +34,6 @@ return { completion = { nvim_cmp = true, min_chars = 2, - new_notes_location = "current_dir", - prepend_note_id = true, - preprend_note_path = false, use_path_only = false, }, mappings = {