From e8c3c72ec6c3b4a6a26d96e144a0d818d4f0929b Mon Sep 17 00:00:00 2001 From: David Date: Tue, 7 May 2024 19:41:24 +0200 Subject: [PATCH] Fixed formatting --- lua/obsidian/config.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/obsidian/config.lua b/lua/obsidian/config.lua index 12bb8ee09..c8396d7d5 100644 --- a/lua/obsidian/config.lua +++ b/lua/obsidian/config.lua @@ -132,8 +132,8 @@ config.ClientOpts.normalize = function(opts, defaults) if warn then log.warn_once( "The config options 'completion.prepend_note_id', 'completion.prepend_note_path', and 'completion.use_path_only' " - .. "are deprecated. Please use 'wiki_link_func' instead.\n" - .. "See https://github.com/epwalsh/obsidian.nvim/pull/406" + .. "are deprecated. Please use 'wiki_link_func' instead.\n" + .. "See https://github.com/epwalsh/obsidian.nvim/pull/406" ) end end @@ -155,7 +155,7 @@ config.ClientOpts.normalize = function(opts, defaults) opts.completion.preferred_link_style = nil log.warn_once( "The config option 'completion.preferred_link_style' is deprecated, please use the top-level " - .. "'preferred_link_style' instead." + .. "'preferred_link_style' instead." ) end @@ -164,7 +164,7 @@ config.ClientOpts.normalize = function(opts, defaults) opts.completion.new_notes_location = nil log.warn_once( "The config option 'completion.new_notes_location' is deprecated, please use the top-level " - .. "'new_notes_location' instead." + .. "'new_notes_location' instead." ) end @@ -172,7 +172,7 @@ config.ClientOpts.normalize = function(opts, defaults) opts.detect_cwd = nil log.warn_once( "The 'detect_cwd' field is deprecated and no longer has any affect.\n" - .. "See https://github.com/epwalsh/obsidian.nvim/pull/366 for more details." + .. "See https://github.com/epwalsh/obsidian.nvim/pull/366 for more details." ) end