We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216e5e8 commit b8ca513Copy full SHA for b8ca513
lua/obsidian/ui.lua
@@ -626,7 +626,7 @@ M.setup = function(workspace, ui_opts)
626
local conceallevel = vim.opt_local.conceallevel:get()
627
628
if conceallevel < 1 or conceallevel > 2 then
629
- log.warn(
+ log.warn_once(
630
"Obsidian additional syntax features require 'conceallevel' to be set to 1 or 2, "
631
.. "but you have 'conceallevel' set to '%s'.\n"
632
.. "See https://github.com/epwalsh/obsidian.nvim/issues/286 for more details.\n"
0 commit comments