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

12 lines
183 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-05-08 10:14:37 -05:00
{ "lambdalisue/suda.vim" },
2023-02-13 13:17:05 -06:00
}