AutoYADM commit: 2024-12-05 23:30:01
This commit is contained in:
parent
d32d947fd7
commit
e266bf680f
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,13 @@
|
|||
local function ssl(opt)
|
||||
if opt then
|
||||
return "https://127.0.0.1:27124"
|
||||
else
|
||||
return "http://127.0.0.1:27123/"
|
||||
end
|
||||
end
|
||||
local opts = {
|
||||
obsidian_server_address = "https://127.0.0.1:27124",
|
||||
cert_path = "~/.ssl/obsidian-bridge.pem",
|
||||
obsidian_server_address = ssl(false),
|
||||
-- cert_path = "/home/fic/.ssl/obsidian-bridge.pem",
|
||||
}
|
||||
return {
|
||||
"oflisback/obsidian-bridge.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue