mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Changes on Mac
This commit is contained in:
13
nvim/lua/plugins/kiwi.lua
Normal file
13
nvim/lua/plugins/kiwi.lua
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user