You need to look for in the settings of your lsp, it usually have that option. For example in my case, I use zls for zig:
lspconfig.zls.setup{ settings = { zls = { enable_argument_placeholders = false, }, }, }