nvim/lua/echo/plugins/atac.lua
2024-12-23 00:33:41 +01:00

12 lines
244 B
Lua

return {
{
"NachoNievaG/atac.nvim",
dependencies = { "akinsho/toggleterm.nvim" },
config = function()
require("atac").setup({
dir = "~/dev", -- By default, the dir will be set as /tmp/atac
})
end,
},
}