AutoYADM commit: 2024-12-03 19:45:03

This commit is contained in:
Daniel Fichtinger 2024-12-03 19:45:03 -05:00
parent 7b0572bb39
commit 84b16b2d92

View file

@ -1,16 +1,16 @@
local opts = { local opts = {
-- obsidian_server_address = "https://localhost:27124", obsidian_server_address = "https://localhost:27124",
obsidian_server_address = "http://127.0.0.1:27123/", -- obsidian_server_address = "http://127.0.0.1:27123",
scroll_sync = false, -- See "Sync of buffer scrolling" section below scroll_sync = false, -- See "Sync of buffer scrolling" section below
} }
return { return {
"oflisback/obsidian-bridge.nvim", "oflisback/obsidian-bridge.nvim",
-- disable for now because paths aren't working -- disable for now because paths aren't working
enabled = true, enabled = true,
config = function() -- config = function()
require("obsidian-bridge").setup(opts) -- require("obsidian-bridge").setup(opts)
end, -- end,
-- opts = opts, opts = opts,
event = { event = {
"BufReadPre *.md", "BufReadPre *.md",
"BufNewFile *.md", "BufNewFile *.md",