further configure obsidian
This commit is contained in:
parent
229b1c88e9
commit
8c942afe7f
2 changed files with 18 additions and 2 deletions
|
|
@ -24,7 +24,16 @@ return {
|
|||
path = "~/Documents/Obsidian Vault",
|
||||
},
|
||||
},
|
||||
|
||||
-- see below for full list of options 👇
|
||||
follow_url_func = function(url)
|
||||
vim.fn.jobstart({ "open", url })
|
||||
end,
|
||||
},
|
||||
mappings = {
|
||||
["<CR>"] = {
|
||||
action = function()
|
||||
return require("obsidian").util.smart_action()
|
||||
end,
|
||||
opts = { noremap = false, expr = true, buffer = true },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue