chore(none-ls.lua): update formatting sources in null-ls setup

The formatting sources in the null-ls setup have been updated. The `null_ls.builtins.formatting.black` and `null_ls.builtins.formatting.rustfmt` sources have been removed, and the `null_ls.builtins.formatting.autopep8` source has been added. This change was made to improve the formatting capabilities of the null-ls plugin.
This commit is contained in:
David Ibia
2024-01-16 11:20:10 +01:00
parent 197dbab5d2
commit ae7209b8d0

View File

@@ -5,7 +5,6 @@ null_ls.setup({
null_ls.builtins.formatting.stylua, null_ls.builtins.formatting.stylua,
null_ls.builtins.formatting.prettierd, null_ls.builtins.formatting.prettierd,
null_ls.builtins.formatting.shfmt, null_ls.builtins.formatting.shfmt,
null_ls.builtins.formatting.black, null_ls.builtins.formatting.autopep8,
null_ls.builtins.formatting.rustfmt,
}, },
}) })