AutoYADM commit: 2024-12-03 19:40:03
This commit is contained in:
parent
f04cfada06
commit
7b0572bb39
1 changed files with 5 additions and 3 deletions
|
@ -1,14 +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/",
|
||||||
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 = false,
|
enabled = true,
|
||||||
config = function()
|
config = function()
|
||||||
require("obsidian-bridge").setup()
|
require("obsidian-bridge").setup(opts)
|
||||||
end,
|
end,
|
||||||
|
-- opts = opts,
|
||||||
event = {
|
event = {
|
||||||
"BufReadPre *.md",
|
"BufReadPre *.md",
|
||||||
"BufNewFile *.md",
|
"BufNewFile *.md",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue