summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-12 05:57:38 +0000
committerGitHub <[email protected]>2021-07-12 05:57:38 +0000
commite3fb7471312906c4b95b962506d2ccee1e341b29 (patch)
treeb60581f7a10c51079a943c5f597a1413e08ed686
parenta54fab3c6a96fccb8e2318c8f1bf6bc661af1f43 (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d3d00a5..c3dbe9c0 100644
--- a/README.md
+++ b/README.md
@@ -78,10 +78,16 @@ O.lang.tsserver.linter = nil
O.lang.tsserver.autoformat = true
-- python
--- O.lang.python.linter = 'flake8'
O.lang.python.isort = true
O.lang.python.diagnostics.virtual_text = true
O.lang.python.analysis.use_library_code_types = true
+-- to change default formatter from yapf to black
+-- O.lang.python.formatter.exe = "black"
+-- O.lang.python.formatter.args = {"-"}
+
+-- go
+-- to change default formatter from gofmt to goimport
+-- O.lang.formatter.go.exe = "goimport"
-- Additional Plugins
-- O.user_plugins = {