1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-31 17:19:26 +00:00

[neovim] Fix line-length for black formatter

This commit is contained in:
2024-03-08 19:16:23 +01:00
parent 2ebf440c20
commit 4c930ccf31

View File

@ -14,7 +14,7 @@ none_ls.setup({
debug = false, debug = false,
sources = { sources = {
formatting.black.with({ formatting.black.with({
extra_args = { "--fast" }, extra_args = { "--fast", "--line-length", "100" },
}), }),
formatting.stylua, formatting.stylua,
formatting.prettier, formatting.prettier,