|
@@ -184,6 +184,7 @@ O = {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
python = {
|
|
python = {
|
|
|
|
+ -- @usage can be flake8 or yapf
|
|
linter = "",
|
|
linter = "",
|
|
isort = false,
|
|
isort = false,
|
|
diagnostics = {
|
|
diagnostics = {
|
|
@@ -219,6 +220,7 @@ O = {
|
|
parameter_hints_prefix = "<-",
|
|
parameter_hints_prefix = "<-",
|
|
other_hints_prefix = "=>", -- prefix for all the other hints (type, chaining)
|
|
other_hints_prefix = "=>", -- prefix for all the other hints (type, chaining)
|
|
},
|
|
},
|
|
|
|
+ -- @usage can be clippy
|
|
formatter = {
|
|
formatter = {
|
|
exe = "rustfmt",
|
|
exe = "rustfmt",
|
|
args = { "--emit=stdout" },
|
|
args = { "--emit=stdout" },
|