Changes on Mac

This commit is contained in:
Bas Grolleman
2025-06-10 08:43:51 +02:00
parent 9eeaf333d8
commit 6aee231663
7 changed files with 21 additions and 74 deletions

13
nvim/lua/plugins/kiwi.lua Normal file
View File

@@ -0,0 +1,13 @@
return {
"serenevoid/kiwi.nvim",
opts = {
{
name = "notes",
path = "Notes",
},
},
keys = {
{ "T", ':lua require("kiwi").todo.toggle()<cr>', desc = "Toggle Markdown Task" },
},
lazy = true,
}