update obsidian config
This commit is contained in:
parent
d962226a0d
commit
dc7663d101
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"epwalsh/obsidian.nvim",
|
"obsidian-nvim/obsidian.nvim",
|
||||||
version = "*", -- recommended, use latest release instead of latest commit
|
version = "*", -- recommended, use latest release instead of latest commit
|
||||||
lazy = true,
|
lazy = true,
|
||||||
ft = "markdown",
|
ft = "markdown",
|
||||||
|
@ -44,6 +44,12 @@ return {
|
||||||
end,
|
end,
|
||||||
opts = { noremap = false, expr = true, buffer = true },
|
opts = { noremap = false, expr = true, buffer = true },
|
||||||
},
|
},
|
||||||
|
["<Space>On"] = {
|
||||||
|
action = function()
|
||||||
|
return "<cmd>ObsidianNew<cr>"
|
||||||
|
end,
|
||||||
|
opts = { noremap = false, expr = true, buffer = true },
|
||||||
|
},
|
||||||
-- Toggle check-boxes.
|
-- Toggle check-boxes.
|
||||||
["<leader>ch"] = {
|
["<leader>ch"] = {
|
||||||
action = function()
|
action = function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue