-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atac window closing immediately #2
Comments
Hi! Thanks for sharing.
|
I use arch linux |
I'll be looking at this next week |
Hello, return {
"NachoNievaG/atac.nvim",
dependencies = { "akinsho/toggleterm.nvim" },
config = function()
require("atac").setup({
dir = vim.fn.getcwd() .. "/atac",
})
end,
} |
Great, I will be changing the approach of checking the dir is existent to handle this scenario. Thanks for the input @Olprog59 . @urizennnn could you try this by any chance? |
I haven't created an nvim plugin before but i would love to contribute |
@NachoNievaG so i thought i had a fix while testing but the plugin (untouched) seems to work in the atac.nvim dir but not in another project folder, after a deep dive i found out that the problem is from atac not the plugin |
Okay, I'll reference it to the guys at ATAC, I might be able to drive through a fix. Keeping you updated in this issue |
alright |
When i try to run the
Atac
command in my nvim session the window pops up and immediately closes.Video
2024-08-10.01-57-08.mp4
The text was updated successfully, but these errors were encountered: