Myles Mo

Results 3 comments of Myles Mo

> You can use autocmds to do this: > > ```lua > vim.api.nvim_create_autocmd("BufWinEnter", { > pattern = {"\\[dap-repl\\]", "DAP *"}, > callback = function(args) > local win = vim.fn.bufwinid(args.buf) >...

I think combining these two packages (**[django-mptt](https://github.com/django-mptt/django-mptt)**, **[drf-writable-nested](https://github.com/beda-software/drf-writable-nested)**) can solve your problem.

Under configuration with only Azure settings as shown below, openai provider still loads first, causing azure.parse_api_key to not be nil. As a result, avante always ends up fetching OPENAI_API_KEY instead...