How disable neovim default try to load powerline?

I am new from vim to neovim, using archlinux, for now (2022/11/01) powerline has some issue with python 3.10 +, so i want change to use airline and disable load powerline. tried search on github issue page, but dont get anwser.
so could someone tell me how tell neovim do not load powerline? Thanks

What exactly do you mean by powerline?
Are you talking about the statusline that comes at the bottom? If so then you can do
set laststatus=0. Check the help :help laststatus

If it is the default statusline it should not have any problems at all. If you have customized it using plugins, then you need to troubleshoot that specific plugin