Skip to content

Commit 934c7fe

Browse files
committed
notes
1 parent 218729a commit 934c7fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/plugins/notes.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ return {
2222
{
2323
'epwalsh/obsidian.nvim',
2424
enabled = true,
25-
-- ft = 'markdown',
25+
ft = 'markdown',
2626
event = {
2727
-- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'.
2828
-- E.g. "BufReadPre " .. vim.fn.expand "~" .. "/my-vault/**.md"
@@ -43,6 +43,7 @@ return {
4343
{ '<leader>ns', ':ObsidianSearch<cr>', desc = 'obsidian [s]earch' },
4444
{ '<leader>no', ':ObsidianQuickSwitch<cr>', desc = 'obsidian [o]pen quickswitch' },
4545
{ '<leader>nO', ':ObsidianOpen<cr>', desc = 'obsidian [O]pen in app' },
46+
-- { '<leader>nO', ':ObsidianToggleCheckbox<cr>', desc = 'obsidian toggle checkbox' },
4647
},
4748
config = function()
4849
---@diagnostic disable-next-line: missing-fields

0 commit comments

Comments
 (0)