[BUG] Conform plugin config using deprecated syntax for stop after first formatter #2064
Closed
1 task done
Labels
bug
Something isn't working
conform-nvim
unstable
unstable
Description
Conform has deprecated the nested list syntax for stopping after the first available formatter (#491). New syntax for this uses a flat table, with an additional option
stop_after_first
. Using the previous syntax causes a warning to be shown the first time you the formatter in a given instance of neovim.I find I end up closing and re-opening Neovim quite often, so I'm seeing this warning extremely frequently and it is very disruptive.
Minimal, Reproducible Example (MRE)
The text was updated successfully, but these errors were encountered: