dotfiles/home/dot_config/nvim/lua/plugins/zk.lua

11 lines
147 B
Lua
Raw Normal View History

2024-10-08 12:37:20 +01:00
return {
{
"zk-org/zk-nvim",
2024-10-26 11:22:15 +01:00
config = function()
require("zk").setup({
-- See Setup section below
})
end,
2024-10-08 12:37:20 +01:00
},
}