소스 검색

Update README.md

Abouzar Parvan 4 년 전
부모
커밋
e3fb747131
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      README.md

+ 7 - 1
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 = {