diff options
author | Uzaaft <[email protected]> | 2021-07-11 10:42:55 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-11 13:12:55 +0430 |
commit | 457d4ca244f30eed5615b9c65be3a6187b120ec3 (patch) | |
tree | 6130b78350d641f0d447b59b053c70381d6887c6 /lua/default-config.lua | |
parent | afe079d821f39763aa46990234a0699fb3ba5fc3 (diff) |
MISC: Typo fix, and --@usage for python and rust (#795)
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index e3a613cb..4e5c1175 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -184,6 +184,7 @@ O = { }, }, python = { + -- @usage can be flake8 or yapf linter = "", isort = false, diagnostics = { @@ -219,6 +220,7 @@ O = { parameter_hints_prefix = "<-", other_hints_prefix = "=>", -- prefix for all the other hints (type, chaining) }, + -- @usage can be clippy formatter = { exe = "rustfmt", args = { "--emit=stdout" }, |