diff options
author | Abouzar Parvan <[email protected]> | 2021-07-12 05:58:52 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-12 05:58:52 +0000 |
commit | 21a174faac599a19ff9968b5d2d7e52d20f7e8eb (patch) | |
tree | 6092130564c7771ad71720b21ed71929dd19e1cb /utils/installer/lv-config.example-no-ts.lua | |
parent | e3fb7471312906c4b95b962506d2ccee1e341b29 (diff) |
Update lv-config.example-no-ts.lua
Diffstat (limited to 'utils/installer/lv-config.example-no-ts.lua')
-rw-r--r-- | utils/installer/lv-config.example-no-ts.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/installer/lv-config.example-no-ts.lua b/utils/installer/lv-config.example-no-ts.lua index 72c53ee9..9e218672 100644 --- a/utils/installer/lv-config.example-no-ts.lua +++ b/utils/installer/lv-config.example-no-ts.lua @@ -36,6 +36,13 @@ O.treesitter.highlight.enabled = true 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" -- javascript O.lang.tsserver.linter = nil |