How to defer formatting from LSP to prettier?

Hey there,

I’m trying to use the Volar LSP and Prettier for formating Vue files with null-ls, followed GitHub - MunifTanjim/prettier.nvim: Prettier plugin for Neovim's built-in LSP client. basic setup. The only problem is that Volar seems to be overriding null-ls, I can se that when I format the text changes to the prettier formatting for a split second before Volar formats on top of it. I’ve been looking into this for a while now and can’t figure it out, can anyone help ?

I did it, for some reason I couldn’t disable the capabilities while using Mason, but using lspconfig directly worked.