dotfiles/home/private_dot_config/nvim/lua/plugins/tools.lua

11 lines
153 B
Lua
Raw Normal View History

2023-02-13 13:17:05 -06:00
return {
2023-04-24 13:36:31 -05:00
{
"mickael-menu/zk-nvim",
config = function()
require("zk").setup({
-- See Setup section below
})
end,
},
2023-02-13 13:17:05 -06:00
}