AutoYADM commit: 2024-12-03 19:45:03
This commit is contained in:
parent
7b0572bb39
commit
84b16b2d92
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
local opts = {
|
||||
-- obsidian_server_address = "https://localhost:27124",
|
||||
obsidian_server_address = "http://127.0.0.1:27123/",
|
||||
obsidian_server_address = "https://localhost:27124",
|
||||
-- obsidian_server_address = "http://127.0.0.1:27123",
|
||||
scroll_sync = false, -- See "Sync of buffer scrolling" section below
|
||||
}
|
||||
return {
|
||||
"oflisback/obsidian-bridge.nvim",
|
||||
-- disable for now because paths aren't working
|
||||
enabled = true,
|
||||
config = function()
|
||||
require("obsidian-bridge").setup(opts)
|
||||
end,
|
||||
-- opts = opts,
|
||||
-- config = function()
|
||||
-- require("obsidian-bridge").setup(opts)
|
||||
-- end,
|
||||
opts = opts,
|
||||
event = {
|
||||
"BufReadPre *.md",
|
||||
"BufNewFile *.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue