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