This commit is contained in:
2025-08-30 18:32:31 +02:00
parent 3d62380cad
commit 6132b60ca3
3 changed files with 3 additions and 29 deletions

View File

@@ -9,8 +9,8 @@
return {
'obsidian-nvim/obsidian.nvim',
version = '*', -- recommended, use latest release instead of latest commit
lazy = true,
ft = 'markdown',
-- lazy = true,
-- ft = 'markdown',
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
-- event = {
-- -- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'.