Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Jan 7, 2025
1 parent 218729a commit 934c7fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/plugins/notes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ return {
{
'epwalsh/obsidian.nvim',
enabled = true,
-- ft = 'markdown',
ft = 'markdown',
event = {
-- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'.
-- E.g. "BufReadPre " .. vim.fn.expand "~" .. "/my-vault/**.md"
Expand All @@ -43,6 +43,7 @@ return {
{ '<leader>ns', ':ObsidianSearch<cr>', desc = 'obsidian [s]earch' },
{ '<leader>no', ':ObsidianQuickSwitch<cr>', desc = 'obsidian [o]pen quickswitch' },
{ '<leader>nO', ':ObsidianOpen<cr>', desc = 'obsidian [O]pen in app' },
-- { '<leader>nO', ':ObsidianToggleCheckbox<cr>', desc = 'obsidian toggle checkbox' },
},
config = function()
---@diagnostic disable-next-line: missing-fields
Expand Down

0 comments on commit 934c7fe

Please sign in to comment.