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

10 lines
147 B
Lua

return {
{
"zk-org/zk-nvim",
config = function()
require("zk").setup({
-- See Setup section below
})
end,
},
}